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
method
exact or conditional maximum likelihood.
digits
number of significant digits to use when printing.