powered by
Extracts the residuals.
# S3 method for AR residuals(object, type = c("innovation", "regression"), ...)
A vector of fitted residuals.
The time series model used to produce the forecasts
The type of residuals to extract.
Additional arguments for forecast model methods.
as_tsibble(lh) %>% model(AR(value ~ order(3))) %>% residuals()
Run the code above in your browser using DataLab