residuals.AR | R Documentation |
Extracts the residuals.
## S3 method for class 'AR'
residuals(object, type = c("innovation", "regression"), ...)
object |
A model for which forecasts are required. |
type |
The type of residuals to extract. |
... |
Other arguments passed to methods |
A vector of fitted residuals.
as_tsibble(lh) %>%
model(AR(value ~ order(3))) %>%
residuals()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.