powered by
Extracts the fitted values.
# S3 method for ARIMA fitted(object, ...)
A vector of fitted values.
A model for which forecasts are required.
Other arguments passed to methods
USAccDeaths %>% as_tsibble() %>% model(arima = ARIMA(log(value) ~ pdq(0, 1, 1) + PDQ(0, 1, 1))) %>% fitted()
Run the code above in your browser using DataLab