Dear All,
consider the following equations:
Basically the two models have different dependent variables and identical regressors. Do you think it is worthy to run a test to check which of those two models is preferable? In my understanding, a similar test will indicate which dependent variable is better modelled by X1 and X2. Is that a valid explanation?
Regarding the test (if it is meaningful), I think I cannot use the command lrtest, which should work only for nested models. But could I construct an F-test, leveraging on the information I get from each estimation?
Thanks in advance for your suggestions.
Best,
Dario
consider the following equations:
Code:
Y1 = a + b*X1+c*X2+error Y2 = d + e*X1+f*x2+error
Regarding the test (if it is meaningful), I think I cannot use the command lrtest, which should work only for nested models. But could I construct an F-test, leveraging on the information I get from each estimation?
Thanks in advance for your suggestions.
Best,
Dario
Comment