Summary Method for an Object of Class bootstatespace
Source: R/bootStateSpace-methods.R
summary.bootstatespace.Rd
Summary Method for an Object of Class
bootstatespace
Usage
# S3 method for class 'bootstatespace'
summary(object, alpha = NULL, type = "pc", digits = 4, ...)
Arguments
- object
Object of Class
bootstatespace
.- alpha
Numeric vector. Significance level \(\alpha\). If
alpha = NULL
, use the argumentalpha
used inobject
.- type
Charater string. Confidence interval type, that is,
type = "pc"
for percentile;type = "bc"
for bias corrected.- digits
Digits to print.
- ...
additional arguments.