Print Method for an Object of Class statespacepb
Source: R/simStateSpace-methods-statespacepb.R
print.statespacepb.Rd
Print Method for an Object of Class
statespacepb
Usage
# S3 method for class 'statespacepb'
print(x, alpha = NULL, type = "pc", digits = 4, ...)
Arguments
- x
Object of Class
statespacepb
.- 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.