sim.cs.multi | R Documentation |
Simulate multiple data sets
sim.cs.multi(
nclus = 10,
lambdas = c(0.05, 0.1, 0.15, 0.2, 0.3),
num_cores = max(1, parallel::detectCores() - 1),
rng_seed = 1234,
renew.params = TRUE,
add.noise = TRUE,
verbose = FALSE,
...
)
nclus |
number of clusters |
lambdas |
#incidence rate, in events/person*year |
num_cores |
number of cores to use for parallel computations |
rng_seed |
starting seed for random number generator, passed to |
renew.params |
whether to generate a new parameter set for each infection
|
add.noise |
a |
verbose |
whether to report verbose information |
... |
Arguments passed on to
|
a tibble::tibble()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.