summary.tfm | R Documentation |
summary
method for class "tfm".
## S3 method for class 'tfm' summary( object, y = NULL, method = c("exact", "cond"), digits = max(3L, getOption("digits") - 3L), envir = NULL, ... )
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. |
A tfm
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.