Interpreting the output for VAR with a dummy
Posted: Fri Nov 13, 2015 8:40 am
Dear Tom,
I have run a VAR model with one dummy variable that stands for sanctions. In years >= 2014:2, the dummy variable called "sanctions" = 1, otherwise it is equal to 0. A part of the code is attached. The question I have is the following, "If I need to forecast macroeconomic variables, say, real GDP, I usually run the forecast procedure. But with a dummy variable included, do we need to report their forecasted values? What do they mean?
dummy(from=2014:2) sanc
@VARLagSelect(lags=12, cric = aic)
# DREALBRT_R DRGDPSA_2010 DRCPSA DRCGSA DRISA DRXSA DRMSA INFL DREER sanc
system 1 to 10
variables DREALBRT_R DRGDPSA_2010 DRCPSA DRCGSA DRISA DRXSA DRMSA INFL DREER sanc
lags 1
det constant
end(system)
estimate(print, outsigma=V) 1999:2 2014:4 1
forecast(print) 10 10 2015:1
#1 f_DREALBRT_R
#2 f_DRGDPSA_2010
#3 f_DRCPSA
#4 f_DRCGSA
#5 f_DRISA
#6 f_DRXSA
#7 f_DRMSA
#8 f_INFL
#9 f_DREER
#10 f_sanc
Output:
I have run a VAR model with one dummy variable that stands for sanctions. In years >= 2014:2, the dummy variable called "sanctions" = 1, otherwise it is equal to 0. A part of the code is attached. The question I have is the following, "If I need to forecast macroeconomic variables, say, real GDP, I usually run the forecast procedure. But with a dummy variable included, do we need to report their forecasted values? What do they mean?
dummy(from=2014:2) sanc
@VARLagSelect(lags=12, cric = aic)
# DREALBRT_R DRGDPSA_2010 DRCPSA DRCGSA DRISA DRXSA DRMSA INFL DREER sanc
system 1 to 10
variables DREALBRT_R DRGDPSA_2010 DRCPSA DRCGSA DRISA DRXSA DRMSA INFL DREER sanc
lags 1
det constant
end(system)
estimate(print, outsigma=V) 1999:2 2014:4 1
forecast(print) 10 10 2015:1
#1 f_DREALBRT_R
#2 f_DRGDPSA_2010
#3 f_DRCPSA
#4 f_DRCGSA
#5 f_DRISA
#6 f_DRXSA
#7 f_DRMSA
#8 f_INFL
#9 f_DREER
#10 f_sanc
Output: