report.ATA: Specialized Screen Print Function of ATA model

View source: R/fable_ata.R

report.ATAR 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()


alsabtay/fable.ata documentation built on July 1, 2023, 2:19 a.m.