confint.opm | R Documentation |
Computes equal-tailed credible intervals for one or more parameters
in a fitted opm
model. The method used is the quantile
interval of the posterior sample.
## S3 method for class 'opm' confint(object, parm, level = 0.95, ...)
object |
an instance of class |
parm |
a specification of which parameters are to be given
credible intervals, either a vector of names (" |
level |
the size of the interval (e.g., 0.95 for 95% C.I.) |
... |
additional argument(s) for methods |
A matrix with columns giving lower and upper limits of the credible interval for each parameter. These will be labeled as (1 - level/2) and 1 - (1 - level)/2 in % (by default, "2.5%" and "97.5%").
confint
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.