powered by
Returns the coefficients from the model in a tibble format.
tibble
# S3 method for RW 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.
as_tsibble(Nile) %>% model(NAIVE(value)) %>% tidy() library(tsibbledata) aus_production %>% model(snaive = SNAIVE(Beer ~ lag("year"))) %>% tidy()
Run the code above in your browser using DataLab