print.statespacepb {simStateSpace}R Documentation

Print Method for an Object of Class statespacepb

Description

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 argument alpha used in x.

type

Charater string. Confidence interval type, that is, type = "pc" for percentile; type = "bc" for bias corrected.

digits

Digits to print.

...

additional arguments.

Value

Prints a matrix of estimates, standard errors, number of bootstrap replications, and confidence intervals.

Author(s)

Ivan Jacob Agaloos Pesigan


[Package simStateSpace version 1.2.7 Index]