Learn R Programming

BayesianTools (version 0.1.8)

plotSensitivity: Performs a one-factor-at-a-time sensitivity analysis for the posterior of a given bayesianSetup within the prior range.

Description

Performs a one-factor-at-a-time sensitivity analysis for the posterior of a given bayesianSetup within the prior range.

Usage

plotSensitivity(bayesianSetup, selection = NULL, equalScale = T)

Arguments

bayesianSetup

An object of class BayesianSetup

selection

indices of selected parameters

equalScale

if T, y axis of all plots will have the same scale

Author

Florian Hartig

Examples

Run this code

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