View source: R/utilities-sensitivity-analysis.R
runSensitivityAnalysis | R Documentation |
Runs a sensitivity analysis
runSensitivityAnalysis(
sensitivityAnalysis,
sensitivityAnalysisRunOptions = NULL
)
sensitivityAnalysis |
Instance of a |
sensitivityAnalysisRunOptions |
Optional instance of a |
SimulationResults (one entry per Individual)
simPath <- system.file("extdata", "simple.pkml", package = "ospsuite")
sim <- loadSimulation(simPath)
# Create a new sensitivity object for the simulation
sensitivity <- SensitivityAnalysis$new(sim)
# Runs the sensitivity analysis
results <- runSensitivityAnalysis(sensitivity)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.