powered by
Extracts the residuals.
# S3 method for INGARCH residuals(object, ...)
A vector of fitted residuals.
A model for which forecasts are required.
Other arguments passed to methods
tsibbledata::aus_production |> fabletools::model(manual_ing = INGARCH(Beer ~ pq(1,1) + PQ(1,1))) |> dplyr::select(manual_ing) |> residuals()
Run the code above in your browser using DataLab