Learn R Programming

tfarima (version 0.4.1)

print.tfm: Print Transfer Function Model

Description

Print method for objects of class tfm.

Usage

# S3 method for tfm
print(x, ...)

Arguments

x

A tfm object.

...

Additional arguments passed to summary.tfm and print.summary.tfm.

Details

Prints a summary of the transfer function model by calling summary(x) with short = TRUE.

See Also

tfm, summary.tfm