Learn R Programming

fable.ata (version 0.0.6)

report.ATA: Specialized Screen Print Function of ATA model

Description

Specialized Screen Print Function of ATA model

Usage

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

Value

a summary for the results of the ATAforecasting

Arguments

object

An estimated model.

...

Unused.

Examples

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

Run the code above in your browser using DataLab