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
Parmby gives 'normal' instead of 'logit' confidence intervals when using proportion commandAfternoon all, I have a question about the excellent parmby module, provided by Roger Newson. As a…
ddeviance result differs from MinitabFor the delta deviance influence diagnostic in logistic regression ddeviance from predict (using v 1…
Help Needed With Interpreting Multiple Categorical by Categorical InteractionsDear All: I suddenly found myself confused in interpreting multiple interactions of categorical var…
How to deal with a big dataset?I am trying to run OLS regression with my panel dataset of over 100,000,000 observations. My target …
Did sample size resulted from propensity score matching dependent on the different outcome measuresI did a propensity score matching separately for 3 different outcome measures using the same matchin…
Subscribe to:
Post Comments (Atom)
0 Response to Help Granger Causality test
Post a Comment