Learn R Programming

fable.ata (version 0.0.6)

glance.ATA: Glance an ATA model

Description

Glance an ATA model

Usage

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

Value

A one row tibble summarising the model's fit.

Arguments

x

An estimated model.

...

Unused.

Examples

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

Run the code above in your browser using DataLab