Returns the coefficients from the model in a tibble
format.
# S3 method for NNETAR
tidy(x, ...)
The model's coefficients in a tibble
.
An object to be converted into a tidy tibble::tibble()
.
Additional arguments to tidying method.
as_tsibble(airmiles) %>%
model(nn = NNETAR(box_cox(value, 0.15))) %>%
tidy()
Run the code above in your browser using DataLab