View source: R/prediction_intervals.R
| remove_lags | R Documentation |
Appropriately removes existing (actual) values from the specified column range (lagged response columns) of a given data set (typically a test set for which recursive forecasting is required).
remove_lags(data, recursive_colRange)
data |
Data set (a |
recursive_colRange |
The range of column numbers in |
A tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.