powered by
Tidy a ATA model
# S3 method for ATA tidy(x, ...)
The model's coefficients in a `tibble`.
An estimated model.
Unused.
library(fable.ata) as_tsibble(USAccDeaths) %>% model(ata = AutoATA(value ~ trend("A") + season("M"))) %>% tidy()
Run the code above in your browser using DataLab