powered by
Extracts the residuals.
# S3 method for NNETAR residuals(object, ...)
A vector of fitted residuals.
The time series model used to produce the forecasts
Additional arguments for forecast model methods.
as_tsibble(airmiles) %>% model(nn = NNETAR(box_cox(value, 0.15))) %>% residuals()
Run the code above in your browser using DataLab