Set up exogenous regressors for explanation in a forecast model.
reg_forecast_setup(x, horizon, group)
x
: A matrix with the exogenous variables.horizon
: Numeric. The forecast horizon to explain. Passed to the predict_model
function.group
: The list of endogenous groups, to append exogenous groups to.A list containing
Useful links