Granger causality unintuitive

Hi!

I find the results from the granger test in the bruceR package very unintuitive.
The obvious interpretation from the output is that eggs significantly granger causes chickens.
And there is no information about the null hypothesis used here. I have checked the vignette.
Commonly, isnt the null hypothesis that there is no granger causality?

data("ChickEgg", package = "lmtest")
VAR2 <- VAR(ChickEgg, p = 2, type = "const")
bruceR::granger_causality(VAR2)

bild

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.