Hi everyone,
I am regressing a (binary) dependent variable y on a bunch of (binary) independent variables x_1 x_2 x_3 x_4.
I want to test the joint hypothesis that x_4 - x_3 = x_3 - x_2 AND x_4 - x_3 = x_3 - x_2 AND x_4 - x_3 = x_3 - x_2
To do this, I typed
reg y x_1 x_2 x_3 x_4, robust
test (x_4 - x_3 = x_3 - x_2) (x_4 - x_3 = x_3 - x_2) (x_4 - x_3 = x_3 - x_2)
Can I check that I am doing this correctly? The results are a bit unexpected.
Thank you,
Itzhak
I am regressing a (binary) dependent variable y on a bunch of (binary) independent variables x_1 x_2 x_3 x_4.
I want to test the joint hypothesis that x_4 - x_3 = x_3 - x_2 AND x_4 - x_3 = x_3 - x_2 AND x_4 - x_3 = x_3 - x_2
To do this, I typed
reg y x_1 x_2 x_3 x_4, robust
test (x_4 - x_3 = x_3 - x_2) (x_4 - x_3 = x_3 - x_2) (x_4 - x_3 = x_3 - x_2)
Can I check that I am doing this correctly? The results are a bit unexpected.
Thank you,
Itzhak
Comment