This is an excellent tutorial from @debruine on how to create a power simulation in #Rstats and call the simulation n times with parameters in a dataframe. Which is so useful for wanting to check how power is affected by different aspects of study design
But I get messages in R that purrr::pmap_dfr are superseded, so are we supposed to switch to a different set of functions for passing a dataframe of parameters to a function?
#datasimulation #datascience #powersimulation #rstats