Good afternoon,
I am trying to use Fcast Compute after having estimated a VAR model with 3 variables and 4 lags but Stata (although correctly creating 12 new variables) is populating only the three SE variables, leaving blank the forecasted variables, upper bound and lower bound.
Am I missing something?
These below the codes I used
var dinf dfun dsav, lags(1/4)
fcast compute F_, step(10)
fcast graph F_dinf F_dfun F_dsav
Thanks,
Manuel
I am trying to use Fcast Compute after having estimated a VAR model with 3 variables and 4 lags but Stata (although correctly creating 12 new variables) is populating only the three SE variables, leaving blank the forecasted variables, upper bound and lower bound.
Am I missing something?
These below the codes I used
var dinf dfun dsav, lags(1/4)
fcast compute F_, step(10)
fcast graph F_dinf F_dfun F_dsav
Thanks,
Manuel
Comment