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

View source: R/stsm.R

print.summary.ssmR Documentation

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 class 'summary.ssm'
print(x, stats = TRUE, digits = max(3L, getOption("digits") - 3L), ...)

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.

Value

Invisible NULL.


tfarima documentation built on Nov. 5, 2025, 7:43 p.m.