Description Usage Arguments Value Examples
View source: R/PlotElicitedPrior.R
Plots a Beta distribution parameterized with the ElicitBeta function.
1  | PlotElicitedPrior(elicited.prior, ylab = "Density", ...)
 | 
elicited.prior | 
 output form the   | 
ylab | 
 a title for the y axis.  | 
... | 
 further arguments passed to the   | 
Density plot.
1 2  | elicited.prior <- ElicitBeta(mode = 0.3, maximum = 0.5, confidence = 0.95)
PlotElicitedPrior(elicited.prior, col = 'red')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.