report.ATA | R Documentation |
Specialized Screen Print Function of ATA model
## S3 method for class 'ATA'
report(object, ...)
object |
An estimated model. |
... |
Unused. |
a summary for the results of the ATAforecasting
library(fable.ata)
as_tsibble(USAccDeaths) %>% model(ata = AutoATA(value ~ trend("A") + season("M"))) %>% report()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.