Run the EFAST algorithm.
Usage
runEFAST(
simulation,
DDIsimulation = NULL,
parameters,
outputs,
runParallel = TRUE,
numberOfResamples = 1,
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.- runParallel
Logical value. EFAST sensitivity computation is run in parallel when
TRUE.- numberOfResamples
Number of times to run the EFAST algorithm steps with resampling, as per Saltelli, Tarantola & Chan, 1999.
- updateProgress
Logical value. Updates shiny app GUI with EFAST progress when
TRUE.- saveResults
Logical value. Results are saved if
TRUE.- saveFolder
Folder in which results will be saved if
saveResultsis set toTRUE.- saveFileName
File name to which results will be saved if
saveResultsis set toTRUE.