print.KFS: Print Ouput of Kalman Filter and Smoother

View source: R/print.objects.R

print.KFSR Documentation

Print Ouput of Kalman Filter and Smoother

Description

Print Ouput of Kalman Filter and Smoother

Usage

## S3 method for class 'KFS'
print(x, type = "state", digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

output object from function KFS.

type

What to print. Possible values are "state" (default), "signal", and "mean". Multiple choices are allowed.

digits

minimum number of digits to be printed.

...

Ignored.


KFAS documentation built on Sept. 8, 2023, 5:56 p.m.