residuals.INGARCH {fableCount} | R Documentation |
Extracts the residuals.
## S3 method for class 'INGARCH'
residuals(object, ...)
object |
A model for which forecasts are required. |
... |
Other arguments passed to methods |
A vector of fitted residuals.
tsibbledata::aus_production |>
fabletools::model(manual_ing = INGARCH(Beer ~ pq(1,1) + PQ(1,1))) |>
dplyr::select(manual_ing) |>
residuals()