Run a suite of simulations defined by params
1 2 3 4 5 6 | runSimulations(
params,
cores = parallel::detectCores(),
summaryFun = function(model) model,
...
)
|
params |
dataframe of parameters for simulations (see
|
cores |
number of cores to use in the cluster |
summaryFun |
used to summarise each model after running. Takes the completed model as its argument. Parallelised, so must load necessary libraries etc. explicitly. |
... |
Arguments passed on to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.