Is it possible to see/extract the coefficients that the granger causality test of statsmodels assumes? In the output a linear regression is called: "<statsmodels.regression.linear_model.RegressionResultsWrapper at 0x7f7d64c768d0>".
Can we find out from this the assumed coefficient of the lag, which is significant?
Thanks a lot!