fitted.INGARCH | R Documentation |
Extracts the fitted values.
## S3 method for class 'INGARCH'
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_ing = INGARCH(Beer ~ pq(1,1))) |>
dplyr::select(manual_ing) |>
fitted()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.