Hello,
I'm using a paneldataset (xtreg command 1985-2020 over 210 countries)
I did some research and found two threads (Dumitrescu & Hurlin (2012) Granger non-causality test - Statalist & xtgcause command: z bar or z bar tilde. What to use? - Statalist) here but none of the answers were clear-cut as to which p-value you'd have to go for to interpret your results.
Since there's no difference in p-values here. Is it correct to say that we can reject the null hypotheses here, and as a result PT does Granger cause RND_L1?
Thank you
I'm using a paneldataset (xtreg command 1985-2020 over 210 countries)
I did some research and found two threads (Dumitrescu & Hurlin (2012) Granger non-causality test - Statalist & xtgcause command: z bar or z bar tilde. What to use? - Statalist) here but none of the answers were clear-cut as to which p-value you'd have to go for to interpret your results.
Code:
xtgcause RND_L1 PT, lags(1) Dumitrescu & Hurlin (2012) Granger non-causality test results: -------------------------------------------------------------- Lag order: 1 W-bar = 8.0556 Z-bar = 11.1559 (p-value = 0.0000) Z-bar tilde = 9.8458 (p-value = 0.0000) -------------------------------------------------------------- H0: PT does not Granger-cause RND_L1. H1: PT does Granger-cause RND_L1 for at least one panelvar (countryid). . xtgcause RND_L1 PT, lags(2) Dumitrescu & Hurlin (2012) Granger non-causality test results: -------------------------------------------------------------- Lag order: 2 W-bar = 7.4954 Z-bar = 6.1441 (p-value = 0.0000) Z-bar tilde = 5.1680 (p-value = 0.0000) -------------------------------------------------------------- H0: PT does not Granger-cause RND_L1. H1: PT does Granger-cause RND_L1 for at least one panelvar (countryid).
Thank you
Comment