Function to run Sobol sensitivity analysis.
Usage
runSobol(
simulation,
DDIsimulation = NULL,
parameters,
outputs,
numberOfSamples,
runParallel = TRUE,
updateProgress = NULL,
saveResults = FALSE,
saveFolder = NULL,
saveFileName = NULL
)Arguments
- simulation
PKML simulation object.
- DDIsimulation
DDI PKML simulation object.
- parameters
List of
SAParameterobjects.- outputs
List of
SAOutputobjects.- numberOfSamples
The number of samples in parameter space at which to evaluate the simulation.
- runParallel
Logical value. Sobol computation is run in parallel when
TRUE.- updateProgress
Logical value. Updates shiny app GUI with Sobol algorithm progress when
TRUE.- saveResults
Logical value. If
TRUE, the results will be saved.- saveFolder
String indicating the path to the folder in which the results are to be saved.
- saveFileName
String indicating the file name to use when saving the results.