powered by
Extracts the residuals.
# S3 method for fable_theta residuals(object, ...)
A vector of fitted residuals.
The time series model used to produce the forecasts
Additional arguments for forecast model methods.
library(tsibbledata) vic_elec %>% model(avg = MEAN(Demand)) %>% residuals()
Run the code above in your browser using DataLab