Description Usage Arguments Details Value Examples
Augment tsibble with usual regressors
1 | augment_tsibble_4_regression(original, target = "value", h = 1)
|
original |
original tsibble |
target |
name of the target variable |
h |
forecasting horizon h rows to append in the future, corresponding lags will be added to tsibble |
Augment tsibble with usual regressors. Adds trend, fourier terms, lags of regressor and dependen variables. Also appends h rows for forecasting.
augmented tibble
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.