Learn R Programming

fable (version 0.3.2)

residuals.fable_theta: Extract residuals from a fable model

Description

Extracts the residuals.

Usage

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

Value

A vector of fitted residuals.

Arguments

object

The time series model used to produce the forecasts

...

Additional arguments for forecast model methods.

Examples

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

Run the code above in your browser using DataLab