plot.bayesboot {bayesboot} | R Documentation |
Plot the result of bayesboot
Description
Produces histograms showing the marginal posterior distributions from a
bayesboot
call. Uses the plotPost
function to produce
the individual histograms.
Usage
## S3 method for class 'bayesboot'
plot(x, cred.mass = 0.95, plots.per.page = 3,
cex = 1.2, cex.lab = 1.3, ...)
Arguments
x |
The bayesboot object to plot. |
cred.mass |
the probability mass to include in credible intervals, or NULL to suppress plotting of credible intervals. |
plots.per.page |
The maximum numbers of plots per page. |
cex , cex.lab , ... |
Further parameters passed on to
|
[Package bayesboot version 0.2.2 Index]