quantile.Bolstad {Bolstad} | R Documentation |
Posterior quantiles
Description
Posterior quantiles
Usage
## S3 method for class 'Bolstad'
quantile(x, probs = seq(0, 1, 0.25), ...)
Arguments
x |
an object of class |
probs |
numeric vector of probabilities with values in |
... |
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.
[Package Bolstad version 0.2-41 Index]