replicate_simulation {simglm} | R Documentation |
Replicate Simulation
Description
Replicate Simulation
Usage
replicate_simulation(sim_args, return_list = FALSE, future.seed = TRUE, ...)
Arguments
sim_args |
A named list with special model formula syntax. See details and examples for more information. The named list may contain the following:
|
return_list |
TRUE/FALSE indicating whether a full list output should be returned. If TRUE, the nested list is returned. If FALSE, replications are combined with a replication id appended. |
future.seed |
TRUE/FALSE or numeric. Default value is true, see
|
... |
Currently not used. |
[Package simglm version 0.8.9 Index]