fitted.ETS | R Documentation |
Fitted output values of ETS object
Fitted output values of TETS object
## S3 method for class 'ETS'
fitted(object, ...)
## S3 method for class 'TETS'
fitted(object, ...)
object |
Object of class “TETS”. |
... |
Additional inputs to function. |
See help of ETS
.
See help of TETS
.
Diego J. Pedregal
ETS
, ETSforecast
, ETSvalidate
,
ETScomponents
, ETSestim
TETS
, TETSforecast
, TETSvalidate
,
TETScomponents
, TETSestim
## Not run:
m1 <- ETSforecast(log(gdp))
fitted(m1)
## End(Not run)
## Not run:
m1 <- TETSforecast(log(gdp))
fitted(m1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.