plot.bayesboot | R Documentation |
bayesboot
Produces histograms showing the marginal posterior distributions from a
bayesboot
call. Uses the plotPost
function to produce
the individual histograms.
## S3 method for class 'bayesboot'
plot(x, cred.mass = 0.95, plots.per.page = 3, cex = 1.2, cex.lab = 1.3, ...)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.