PlotElicitedPrior: Plot elicited priors.

Description Usage Arguments Value Examples

Description

Plots a Beta distribution parameterized with the ElicitBeta function.

Usage

1
PlotElicitedPrior(elicited.prior, ylab = "Density", ...)

Arguments

elicited.prior

output form the ElicitBeta function.

ylab

a title for the y axis.

...

further arguments passed to the curve fuction.

Value

Density plot.

Examples

1
2
elicited.prior <- ElicitBeta(mode = 0.3, maximum = 0.5, confidence = 0.95)
PlotElicitedPrior(elicited.prior, col = 'red')

leb-fmvz-usp/ptb documentation built on May 30, 2019, 3:43 p.m.