| tidy.INGARCH {fableCount} | R Documentation | 
Tidy a fable model
Description
Returns the coefficients from the model in a 'tibble' format.
Usage
## S3 method for class 'INGARCH'
tidy(x, ...)
Arguments
| x | An object to be converted into a tidy  | 
| ... | Additional arguments to tidying method. | 
Value
The model's coefficients in a 'tibble'.
Examples
tsibbledata::aus_production |>
  fabletools::model(manual_ing = INGARCH(Beer ~ pq(1,1))) |>
  dplyr::select(manual_ing) |>
  fabletools::tidy()
[Package fableCount version 0.1.0 Index]