datasim_run | R Documentation |
Run a datasim simulation, producing a data frame
datasim_run(sim, n = 5, seed = NULL, report_hidden = FALSE)
sim |
A simulation object, as produced by |
n |
The size of the data sample pulled from the simulation. |
seed |
An integer random number seed, for reproducibility. (Or, use |
logical. If |
a data frame with a column for each node in the datasim object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.