| simulate,HierarchicalDesign-method | R Documentation |
## S4 method for signature 'HierarchicalDesign'
simulate(
object,
nsim = 1L,
seed = NULL,
truth,
truthResponse = plogis,
args = NULL,
firstSeparate = FALSE,
mcmcOptions = McmcOptions(),
parallel = FALSE,
nCores = min(parallel::detectCores(), 5),
derive = list(),
...
)
object |
the |
nsim |
( |
seed |
see |
truth |
( |
truthResponse |
( |
args |
( |
firstSeparate |
( |
mcmcOptions |
(McmcOptions) |
parallel |
( |
nCores |
( |
derive |
( |
... |
not used |
an object of class HierarchicalSimulations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.