SensitivityAnalysisResults | R Documentation |
Results of a sensitivity analysis run (either individual or population simulation).
rSharp::NetObject
-> ospsuite::DotNetWrapper
-> SensitivityAnalysisResults
simulation
Reference to the Simulation
used to calculate or
import the sensitivity analysis results (Read-Only).
count
the number of pk parameter sensitivity entries
allPKParameterNames
Returns the name of all PK-Parameters available in this results. This will be a subset of all potential PK-Parameters available in the system.
allQuantityPaths
Returns the path of all outputs available in this results.
rSharp::NetObject$call()
rSharp::NetObject$finalize()
rSharp::NetObject$get()
rSharp::NetObject$getFields()
rSharp::NetObject$getMemberSignature()
rSharp::NetObject$getMethods()
rSharp::NetObject$getProperties()
rSharp::NetObject$getStaticFields()
rSharp::NetObject$getStaticMethods()
rSharp::NetObject$getStaticProperties()
rSharp::NetObject$set()
new()
Initialize a new instance of the class
SensitivityAnalysisResults$new(netObject, simulation)
netObject
A NetObject
.
simulation
Reference to the simulation object used to calculated the results.
A new SensitivityAnalysisResults
object.
allPKParameterSensitivitiesFor()
Returns the PKParameterSensitivity
for a given pkParameter
and output
participating to a total sensitivity greater or equal to
totalSensitivityThreshold
.
SensitivityAnalysisResults$allPKParameterSensitivitiesFor( pkParameterName, outputPath, totalSensitivityThreshold = ospsuiteEnv$sensitivityAnalysisConfig$totalSensitivityThreshold )
pkParameterName
Name of pkParameter
for which sensitivity should
be retrieved.
outputPath
Path of the output for which the sensitivity should be retrieved
totalSensitivityThreshold
Threshold used to filter out the most
sensitive parameter. A threshold of 0.9
means that only parameter
participating to a total of 90
percent of the sensitivity would be
returned. A value of 1
would return the sensitivity for all
parameters.
pkParameterSensitivityValueFor()
Returns the sensitivity value for a given pkParameter
, output and model
parameter (either by path or by name). If the sensitivity result does not
exist, returns NaN
.
SensitivityAnalysisResults$pkParameterSensitivityValueFor( pkParameterName, outputPath, parameterName = NULL, parameterPath = NULL )
pkParameterName
Name of pkParameter
for which sensitivity should
be retrieved.
outputPath
Path of the output for which the sensitivity should be retrieved.
parameterName
Name of the sensitivity parameter for which the sensitivity should be retrieved.
parameterPath
Path of the sensitivity parameter for which the sensitivity should be retrieved. Wildcards (*) not accepted.
print()
Print the object to the console
SensitivityAnalysisResults$print(...)
...
Rest arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.