report.ATA {fable.ata}R Documentation

Specialized Screen Print Function of ATA model

Description

Specialized Screen Print Function of ATA model

Usage

## S3 method for class 'ATA'
report(object, ...)

Arguments

object

An estimated model.

...

Unused.

Value

a summary for the results of the ATAforecasting

Examples

 library(fable.ata)
 as_tsibble(USAccDeaths) %>% model(ata = AutoATA(value ~ trend("A") + season("M"))) %>% report()


[Package fable.ata version 0.0.6 Index]