Rolling forecast more than 1 variable
Posted: Mon Jul 29, 2013 9:26 am
Hi everyone,
I am trying to perform some rolling forecasts with an equation that include lags of other variables besides the lags of the dependent variable (a multivariate ARMA model I suppose).
I am using the code that first code for roll forecasts that is stored in the sample files of Eviews 8.
Well, those only use one variable. So:
1) I use the import comand to get all the variables I need.
2) I include some more regressors and lags into eq1.
When I run the file, it appears a message saying "unable to compute due to missing data in "Do.eq1forecast(f=na) ..."
What is that?
Everytime I do it without those extra regressors everything goes fine. I am also sure that I have the same number of observations for every variable. Although some of the observ. of the new regressors are "NA"... I find it weird that such could be the problem...
I am trying to perform some rolling forecasts with an equation that include lags of other variables besides the lags of the dependent variable (a multivariate ARMA model I suppose).
I am using the code that first code for roll forecasts that is stored in the sample files of Eviews 8.
Well, those only use one variable. So:
1) I use the import comand to get all the variables I need.
2) I include some more regressors and lags into eq1.
When I run the file, it appears a message saying "unable to compute due to missing data in "Do.eq1forecast(f=na) ..."
What is that?
Everytime I do it without those extra regressors everything goes fine. I am also sure that I have the same number of observations for every variable. Although some of the observ. of the new regressors are "NA"... I find it weird that such could be the problem...