fitted.NNETAR | R Documentation |
Extracts the fitted values.
## S3 method for class 'NNETAR' fitted(object, ...)
object |
The time series model used to produce the forecasts |
... |
Additional arguments for forecast model methods. |
A vector of fitted values.
as_tsibble(airmiles) %>% model(nn = NNETAR(box_cox(value, 0.15))) %>% fitted()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.