Confidence Intervals Method for an Object of Class statespacepb
Source: R/simStateSpace-methods-statespacepb.R
confint.statespacepb.Rd
Confidence Intervals Method for an Object of Class
statespacepb
Usage
# S3 method for class 'statespacepb'
confint(object, parm = NULL, level = 0.95, type = "pc", ...)
Arguments
- object
Object of Class
statespacepb
.- parm
a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered.
- level
the confidence level required.
- type
Charater string. Confidence interval type, that is,
type = "pc"
for percentile;type = "bc"
for bias corrected.- ...
additional arguments.