quantile.opm {OrthoPanels} | R Documentation |
Posterior Sample Quantiles
Description
Produces quantiles of the posterior samples corresponding to the
given probabilities. In other words, it is equivalent to computing
"quantile(x, ...)
", where "x
" is the original Monte
Carlo sample of the parameter "parm
", as produced by
opm
.
Usage
## S3 method for class 'opm'
quantile(x, parm, ...)
Arguments
x |
an instance of class |
parm |
a specification of which parameters are to be given
quantiles, either a vector of names (" |
... |
further arguments passed to the |
Value
A matrix of quantiles for each of the desired parameters,
with parameters arranged in columns. If arguments include
"names = FALSE
", the quantile labels won't be included
(i.e., the rownames of the matrix will be NULL
).