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