confint.opm {OrthoPanels} | R Documentation |
Credible Intervals for Model Parameters
Description
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.
Usage
## S3 method for class 'opm'
confint(object, parm, level = 0.95, ...)
Arguments
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 |
Value
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%").
See Also
[Package OrthoPanels version 1.2-4 Index]