residuals.AR: Extract residuals from a fable model

View source: R/ar.R

residuals.ARR Documentation

Extract residuals from a fable model

Description

Extracts the residuals.

Usage

## S3 method for class 'AR'
residuals(object, type = c("innovation", "regression"), ...)

Arguments

object

A model for which forecasts are required.

type

The type of residuals to extract.

...

Other arguments passed to methods

Value

A vector of fitted residuals.

Examples

as_tsibble(lh) %>%
  model(AR(value ~ order(3))) %>%
  residuals()

fable documentation built on April 12, 2025, 1:51 a.m.