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()


fable.ata documentation built on July 9, 2023, 5:55 p.m.