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