summary.ETS {UComp} | R Documentation |
summary.ETS
Description
Prints an ETS object on screen
Usage
## S3 method for class 'ETS'
summary(object, ...)
Arguments
object |
Object of class “ETS”. |
... |
Additional inputs to function. |
Details
See help of ETS
.
Author(s)
Diego J. Pedregal
See Also
ETS
, ETSmodel
, ETSvalidate
,
ETScomponents
, ETSestim
Examples
## Not run:
m1 <- ETSmodel(log(gdp))
summary(m1)
## End(Not run)
[Package UComp version 5.0.4 Index]