To forecast a list of ARIMA models with different regressors in R, you can follow these steps:
47 chars3 linesmodel1 with regressor x1 and model2 with regressor x2:179 chars6 lines
35 chars2 lines
98 chars4 lines
Replace regressor_data with the appropriate data for each regressor.
123 chars6 lines
You can repeat these steps for any number of ARIMA models with different regressors.
gistlibby LogSnag