summary.tfm {tfarima} | R Documentation |
Summarizing Transfer Function models
Description
summary
method for class "tfm".
Usage
## S3 method for class 'tfm'
summary(
object,
y = NULL,
method = c("exact", "cond"),
digits = max(3L, getOption("digits") - 3L),
envir = NULL,
...
)
Arguments
object |
a |
y |
a "ts" object. |
method |
exact or conditional maximum likelihood. |
digits |
number of significant digits to use when printing. |
envir |
environment in which the function arguments are evaluated. If NULL the calling environment of this function will be used. |
... |
additional arguments. |
Value
A tfm
object.
[Package tfarima version 0.3.2 Index]