plot.bayesboot: Plot the result of 'bayesboot'

Description Usage Arguments

View source: R/bayesboot.R

Description

Produces histograms showing the marginal posterior distributions from a bayesboot call. Uses the plotPost function to produce the individual histograms.

Usage

1
2
3
## 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 plotPost.


rasmusab/bayesboot documentation built on May 27, 2019, 2:03 a.m.