powered by
Glance an ATA model
# S3 method for ATA glance(x, ...)
A one row tibble summarising the model's fit.
An estimated model.
Unused.
library(fable.ata) as_tsibble(USAccDeaths) %>% model(ata = AutoATA(value ~ trend("A") + season("M"))) %>% glance()
Run the code above in your browser using DataLab