glance.ATA | R Documentation |
Glance an ATA model
## S3 method for class 'ATA'
glance(x, ...)
x |
An estimated model. |
... |
Unused. |
A one row tibble summarising the model's fit.
library(fable.ata)
as_tsibble(USAccDeaths) %>%
model(ata = AutoATA(value ~ trend("A") + season("M"))) %>% glance()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.