potentialVariableParameterPathsFor: Returns an array of parameter path with one entry for each...

View source: R/utilities-sensitivity-analysis.R

potentialVariableParameterPathsForR Documentation

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

Description

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

Usage

potentialVariableParameterPathsFor(simulation)

Arguments

simulation

Instance of a simulation for which variable parameters should be retrieved

Examples

simPath <- system.file("extdata", "simple.pkml", package = "ospsuite")

# Load the simulation
sim <- loadSimulation(simPath)

parameterPaths <- potentialVariableParameterPathsFor(sim)

Open-Systems-Pharmacology/OSPSuite-R documentation built on Feb. 14, 2025, 4:48 p.m.