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
GMM estimation problem and f-statisticHI to everyone! I´m working on gmm model. I have stata 14. My data has 32 individuals and 13 years …
Identifying first non-missing value based on another variableHi everyone, I'm having a long panel data set with 1250 individuals (identified by case) and inform…
metaprop command: where is "logit" option?Dear all, I am writing to ask if any of you have ever used the "metaprop" command for a Meta-analysi…
Classification of enterprises into size classesDear experts, I have a panel data set with 77 variables and about 57,000 observations for the years…
graph for the dynamic treatment effect using did_multiplegt packageHi, I am trying to draw a graph like the following using did_multiplegt package: Array But in fact,…
Subscribe to:
Post Comments (Atom)
0 Response to Help Granger Causality test
Post a Comment