Learn R Programming

tfarima (version 0.1.1)

summary.tfm: Summarizing Transfer Function models

Description

summary method for class "tfm".

Usage

# S3 method for tfm
summary(
  object,
  y = NULL,
  method = c("exact", "cond"),
  digits = max(3L, getOption("digits") - 3L),
  ...
)

Arguments

object

a tfm object.

y

a "ts" object.

method

exact or conditional maximum likelihood.

digits

number of significant digits to use when printing.

...

additional arguments.

Value

A tfm object.