quantile.Bolstad: Posterior quantiles
Description
Posterior quantiles
Usage
# S3 method for Bolstad
quantile(x, probs = seq(0, 1, 0.25), ...)
Arguments
x
an object of class Bolstad
probs
numeric vector of probabilities with values in \([0,1]\).
…,
any extra arguments needed.
Details
If x
is of class Bolstad
then this will find the
quantiles of the posterior distribution using numerical integration and
linear interpolation if necessary.