residuals.GLARMA {fableCount} | R Documentation |
Extracts the residuals.
## S3 method for class 'GLARMA'
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_gla = GLARMA(Beer ~ pq(1,0))) |>
dplyr::select(manual_gla) |>
residuals()