residuals.fable_theta: Extract residuals from a fable model

View source: R/theta.R

residuals.fable_thetaR Documentation

Extract residuals from a fable model

Description

Extracts the residuals.

Usage

## S3 method for class 'fable_theta'
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()

tidyverts/fable documentation built on Nov. 30, 2024, 10:49 p.m.