Syntax for the Granger causality test
Posted: Fri Apr 01, 2016 6:34 pm
Why does
cause(4) y x
work, but not
equation eq1.cause(4) y x
I get the error message "Equation does not have estimates" when I click at "eq1"
I would like to save the result (with a loop), so therefore I am interesting in saving in equation eq1 (which I will put in {!i} with a loop. I could of course use OLS manually and test using a e.g. an F-test, and save it, but I would like to utilize the canned routines for e.g. AIC etc.
cause(4) y x
work, but not
equation eq1.cause(4) y x
I get the error message "Equation does not have estimates" when I click at "eq1"
I would like to save the result (with a loop), so therefore I am interesting in saving in equation eq1 (which I will put in {!i} with a loop. I could of course use OLS manually and test using a e.g. an F-test, and save it, but I would like to utilize the canned routines for e.g. AIC etc.