quantile.Bolstad {Bolstad} | R Documentation |
Posterior quantiles
## S3 method for class 'Bolstad'
quantile(x, probs = seq(0, 1, 0.25), ...)
x |
an object of class |
probs |
numeric vector of probabilities with values in |
... |
any extra arguments needed. |
If x
is of class Bolstad
then this will find the
quantiles of the posterior distribution using numerical integration and
linear interpolation if necessary.