bayesboot
Produces histograms showing the marginal posterior distributions from a
bayesboot
call. Uses the plotPost
function to produce
the individual histograms.
# S3 method for bayesboot
plot(x, cred.mass = 0.95, plots.per.page = 3,
cex = 1.2, cex.lab = 1.3, ...)
The bayesboot object to plot.
the probability mass to include in credible intervals, or NULL to suppress plotting of credible intervals.
The maximum numbers of plots per page.
Further parameters passed on to
plotPost
.