Returns an array of parameter path with one entry for each parameter that is used in the simulation and can potentially be used for sensitivity analysis
Source:R/utilities-sensitivity-analysis.R
potentialVariableParameterPathsFor.Rd
Returns an array of parameter path with one entry for each parameter that is used in the simulation and can potentially be used for sensitivity analysis
Examples
simPath <- system.file("extdata", "simple.pkml", package = "ospsuite")
# Load the simulation
sim <- loadSimulation(simPath)
parameterPaths <- potentialVariableParameterPathsFor(sim)