Learn R Programming

fable.ata (version 0.0.6)

tidy.ATA: Tidy a ATA model

Description

Tidy a ATA model

Usage

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

Value

The model's coefficients in a `tibble`.

Arguments

x

An estimated model.

...

Unused.

Examples

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

Run the code above in your browser using DataLab