Hi Everyone.
I am looking for clarification on some of the commands I have performed. I have annual data
1. Is it correct to include structural break dummies in bound test? I have 3 structural dummy variables for my model. I have run the bounds test cointegration inclusive of dummies using the command
2. I am confused about when to use ec1 or ec only. I run my ardl and ECM models with dummies using
and
Thanks
I am looking for clarification on some of the commands I have performed. I have annual data
1. Is it correct to include structural break dummies in bound test? I have 3 structural dummy variables for my model. I have run the bounds test cointegration inclusive of dummies using the command
Code:
ardl depvar indvars, exog(dum1 dum2 dum3) lags(1 1 1 3) ec
Code:
estat ectest
Code:
ardl depvar indvars, exog(dum1 dum2 dum3) lags(1 1 1 3)
Code:
ardl depvar indvars, exog(dum1 dum2 dum3) lags(1 1 1 3) ec
Comment