Learn R Programming

tfarima (version 0.4.1)

print.summary.ssm: Print summary of fitted state space model

Description

print.summary.ssm prints a detailed summary of the results of the estimation of a ssm object.

Usage

# S3 method for summary.ssm
print(x, stats = TRUE, digits = max(3L, getOption("digits") - 3L), ...)

Value

Invisible NULL.

Arguments

x

an object of class summary.ssm.

stats

logical. If TRUE, additional diagnostic statistics are printed.

digits

integer. Number of significant digits to display for numeric values.

...

additional arguments.