datasim_run {LSTbook} | R Documentation |
Run a datasim simulation, producing a data frame
Description
Run a datasim simulation, producing a data frame
Usage
datasim_run(sim, n = 5, seed = NULL, report_hidden = FALSE)
Arguments
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 |
Value
a data frame with a column for each node in the datasim object.
[Package LSTbook version 0.5.0 Index]