powered by
Extract estimated states from an ETS model.
# S3 method for ETS components(object, ...)
A fabletools::dable() containing estimated states.
fabletools::dable()
An estimated model.
Unused.
as_tsibble(USAccDeaths) %>% model(ets = ETS(log(value) ~ season("A"))) %>% components()
Run the code above in your browser using DataLab