View source: R/plotSensitivityOAT.R
plotSensitivity | R Documentation |
Performs a one-factor-at-a-time sensitivity analysis for the posterior of a given bayesianSetup within the prior range.
plotSensitivity(bayesianSetup, selection = NULL, equalScale = T)
bayesianSetup |
An object of class BayesianSetup |
selection |
indices of selected parameters |
equalScale |
if T, y axis of all plots will have the same scale |
This function can also be used for sensitivity analysis of an arbitrary output - just create a BayesianSetup with this output.
Florian Hartig
ll <- testDensityBanana bayesianSetup <- createBayesianSetup(likelihood = ll, lower = rep(-10, 2), upper = rep(10, 2)) plotSensitivity(bayesianSetup)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.