powered by
Returns the coefficients from the model in a `tibble` format.
# S3 method for GLARMA tidy(x, ...)
The model's coefficients in a `tibble`.
An object to be converted into a tidy tibble::tibble().
tibble::tibble()
Additional arguments to tidying method.
tsibbledata::aus_production |> fabletools::model(manual_gla = GLARMA(Beer ~ pq(1,0))) |> dplyr::select(manual_gla) |> fabletools::tidy()
Run the code above in your browser using DataLab