tidy.ATA: Tidy a ATA model

View source: R/fable_ata.R

tidy.ATAR Documentation

Tidy a ATA model

Description

Tidy a ATA model

Usage

## S3 method for class 'ATA'
tidy(x, ...)

Arguments

x

An estimated model.

...

Unused.

Value

The model's coefficients in a 'tibble'.

Examples

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


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