powered by
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)
An object of class BayesianSetup
indices of selected parameters
if T, y axis of all plots will have the same scale
Florian Hartig
ll <- testDensityBanana bayesianSetup <- createBayesianSetup(likelihood = ll, lower = rep(-10, 2), upper = rep(10, 2)) plotSensitivity(bayesianSetup)
Run the code above in your browser using DataLab