Run a datasim simulation, producing a data frame
Arguments
- sim
A simulation object, as produced by
datasim_make()
.- n
The size of the data sample pulled from the simulation.
- seed
An integer random number seed, for reproducibility. (Or, use
set.seed()
before runningsim_run()
.)- report_hidden
logical. If
TRUE
, show the values of hidden variables (that is, variables whose name begins with a dot)