Hi gyus!
I would like to perform a Granger causality test after a VECM. Does anyone have an idea? Stata contains only granger causality tests after VAR models. I would like to perform causality tests after a VECM of rank 3 and lags(4). Does anyone know how I can do this? I found 2 codes in STATA forums, but I'm not aware of which one is more appropriate.
The first command is the following:
1.vec lconsumption lincome, lags(3) test ([D_lconsumption]: LD.lincome L2D.lincome) test ([D_lincome]: LD.lconsumption L2D.lconsumption) 2. and the second option is:
vec ln_ne ln_se test [D_ln_ne]LD.ln_ne + [D_ln_ne]LD.ln_se = 0 Thank you in advance for your answer!
Related Posts with Help Granger Causality test
Different I-square results for meta summarize and meta forestplot using random empirical Bayes methodHi The meta forestplot using random(ebayes) appears to produce a different value for the I2 result …
Stata returning missing when converting string dateDear all, I have dates in two formats in a single variable one is 20-Apr-19 the other is 21-APRIL-20…
Trouble Generating Variable dependant on periodArray Above is a picture of a subset of my data. hs10 refers to a specific product being sold and m…
Help Fixing Bar Graph of GDP and Dummy VariablesDear all, I am using Stata 16, on mac. I used the following command in Stata: reg lnGDP lnagedpop l…
"Data have changed" dialog boxI searched the forum for this, but I didn't find anything. Sorry if it's a repeat question. In my w…
Subscribe to:
Post Comments (Atom)
0 Response to Help Granger Causality test
Post a Comment