View source: R/utilities-simulation.R
simulateModelOnCore | R Documentation |
Simulate model, either for an individual or for a given population.
simulateModelOnCore(
simulation,
population,
debugLogFileName = file.path(getwd(), defaultFileNames$logDebugFile()),
nodeName = NULL,
showProgress = FALSE
)
simulation |
A |
population |
A |
debugLogFileName |
path to file where core debug logs are saved |
nodeName |
node name for parallel simulations |
showProgress |
option to print progress of simulation to console |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.