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