Run GETS-based model selection using configuration settings.
select_model.RdExecutes the GETS workflow for a single equation, sourcing all parameters from `config.yml`. The function can optionally accept preloaded data to avoid disk reads and returns key artefacts invisibly for downstream use. set yvar_name, xvar_list and other parameters dataset contains extended history and pseudo-forecast model equation saved in text file ready to be copied plot compares new forecast with pseudo-forecast
Usage
select_model(
cfg = load_forecast_cfg(),
model_select_data = NULL,
indicators = NULL
)Arguments
- cfg
Configuration list produced by [load_forecast_cfg()].
- model_select_data
Optional extended dataset from [data_gets()] (wide tibble, xts, or tsbox-compatible object). When `NULL`, the data are read from disk.
- indicators
Optional indicator variables (xts). When `NULL`, the file specified in the configuration is loaded.