quantile.opm | R Documentation |
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
.
## S3 method for class 'opm' quantile(x, parm, ...)
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 |
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
).
quantile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.