View source: R/CreateSettings.R
Creates the more general settings for running the simulation.
1 2 3 4 5 6 7 8 9 | createAnalysisSettings(
analysisId = "analysis",
threads = 1,
replications = 100,
validationSize = 1e+06,
seed = 1,
description = "description",
saveDirectory = getwd()
)
|
analysisId |
The id of the analysis. |
threads |
The number of parallel threads to be considered for running the simulations |
replications |
The number of replications for runnning the simulation |
validationSize |
The size of the "true" population size. Used to approximate the "true" performance of the method under study |
seed |
The seed used to generate the |
description |
The description of the simulation |
saveDirectory |
The directory where the results will be stored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.