summary.ETS {UComp} | R Documentation |
Prints an ETS object on screen
## S3 method for class 'ETS'
summary(object, ...)
object |
Object of class “ETS”. |
... |
Additional inputs to function. |
See help of ETS
.
Diego J. Pedregal
ETS
, ETSmodel
, ETSvalidate
,
ETScomponents
, ETSestim
## Not run:
m1 <- ETSmodel(log(gdp))
summary(m1)
## End(Not run)