summary method for class "tfm".
# S3 method for tfm
summary(
object,
y = NULL,
method = c("exact", "cond"),
digits = max(3L, getOption("digits") - 3L),
envir = NULL,
...
)A tfm object.
a tfm object.
a "ts" object.
exact or conditional maximum likelihood.
number of significant digits to use when printing.
environment in which the function arguments are evaluated. If NULL the calling environment of this function will be used.
additional arguments.