Learn R Programming

fableCount (version 0.1.0)

residuals.GLARMA: Extract residuals from a fable model

Description

Extracts the residuals.

Usage

# S3 method for GLARMA
residuals(object, ...)

Value

A vector of fitted residuals.

Arguments

object

A model for which forecasts are required.

...

Other arguments passed to methods

Examples

Run this code
tsibbledata::aus_production |>
  fabletools::model(manual_gla = GLARMA(Beer ~ pq(1,0))) |>
  dplyr::select(manual_gla) |>
  residuals()

Run the code above in your browser using DataLab