View source: R/prediction_intervals.R
| prep_newdata | R Documentation |
Prepare a test data for recursive forecasting by appropriately removing existing (actual) values from a specified range of columns (lagged response columns) of the data set. Handles seasonal data with gaps.
prep_newdata(newdata, recursive_colRange)
newdata |
Data set to be ared. Should be a |
recursive_colRange |
The range of column numbers (lagged response
columns) in |
A tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.