SensitivityAnalysisSettings | R Documentation |
R6 class for Population Sensitivity Analysis Settings
variationRange
variationRange of the sensitivity analysis
numberOfCores
number of cores for parallel computation
quantileVec
vector of quantiles to be calculated
variableParameterPaths
vector of paths of parameters to vary when performing sensitivity analysis
showProgress
is a logical input. TRUE shows progress of sensitivity analysis
allowedCores
is the number of cores assigned to the user session.
new()
Create a SensitivityAnalysisSettings
object
SensitivityAnalysisSettings$new( variationRange = NULL, numberOfCores = NULL, quantileVec = NULL, variableParameterPaths = NULL, showProgress = FALSE )
variationRange
variation range for sensitivity analysis
numberOfCores
number of cores for parallel computation
quantileVec
vector of quantiles to be calculated
variableParameterPaths
vector of paths of parameters to vary when performing sensitivity analysis
showProgress
sensitivity analysis progress printed to console if TRUE
A new SensitivityAnalysisSettings
object
clone()
The objects of this class are cloneable with this method.
SensitivityAnalysisSettings$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.