residuals.model_mean: Extract residuals from a fable model

View source: R/mean.R

residuals.model_meanR Documentation

Extract residuals from a fable model

Description

Extracts the residuals.

Usage

## S3 method for class 'model_mean'
residuals(object, ...)

Arguments

object

A model for which forecasts are required.

...

Other arguments passed to methods

Value

A vector of fitted residuals.

Examples

library(tsibbledata)
vic_elec %>%
  model(avg = MEAN(Demand)) %>%
  residuals()

fable documentation built on March 31, 2023, 8:13 p.m.