R/nnetar.R
tidy.NNETAR.Rd
Returns the coefficients from the model in a tibble format.
tibble
# S3 method for class 'NNETAR' tidy(x, ...)
An object to be converted into a tidy tibble::tibble().
tibble::tibble()
Additional arguments to tidying method.
The model's coefficients in a tibble.
as_tsibble(airmiles) %>% model(nn = NNETAR(box_cox(value, 0.15))) %>% tidy() #> # A tibble: 0 × 1 #> # ℹ 1 variable: .model <chr>