components.ETS | R Documentation |
Extract estimated states from an ETS model.
## S3 method for class 'ETS' components(object, ...)
object |
An estimated model. |
... |
Unused. |
A fabletools::dable()
containing estimated states.
as_tsibble(USAccDeaths) %>% model(ets = ETS(log(value) ~ season("A"))) %>% components()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.