Mahana:
It really depends on what you are interested in. The first coefficient of your x-variable gives you the contemporaneous short-run effect of a change in that variable on the change in y. The second coefficient gives you the one period lagged effect, and so on. Of course, if the respective coefficient is statistically insignificant, than you would conclude that the corresponding effect is zero.
Adding all the coefficients would yield a cumulative effect. You can compute it with the lincom command. For this exercise, the significance of individual coefficients is not crucial but the significance of the sum of all coefficients.
Since you estimated the model in first differences without an error-correction term, you are imposing that there exists no long-run effect of the level of x on the level of y.
Mustapha:
1. No, if all variables are individually I(1) you can still have a cointegrating / long-run relationship among them.
2. The ardl options ec or ec1 both produce estimates for an error-correction model including the long-run terms. If you want to estimate an ardl model purely in first differences, you should use the time-series first-difference operator D. to generate first-differenced variables and then run the ardl command with these differenced variables and without the option ec or ec1. (Unfortunately, ardl does not allow time-series operators right now. You would have to generate new variables in a first step.) But note that such a first-differenced model would be misspecified if there is in fact a long-run relationship.
3. I do not really understand this point. Can you show an example with the command line as you have typed it and the corresponding Stata output?
4. You should specify the dummy variables with the exog() option of the ardl command. Then there will be no problem using the ec or ec1 option.
-
Login or Register
- Log in with
Leave a comment: