residuals.TSLM | R Documentation |
Extracts the residuals.
## S3 method for class 'TSLM'
residuals(object, ...)
object |
A model for which forecasts are required. |
... |
Other arguments passed to methods |
A vector of fitted residuals.
as_tsibble(USAccDeaths) %>%
model(lm = TSLM(log(value) ~ trend() + season())) %>%
residuals()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.