Hello everyone,
I have one question similar to this. How can we compare whether the coefficients of two different groups are statistically different or not when using "IV regression". I have searched alot but unfortunately can not find the results for such a test. I am using an instrumental variable so its not possible for me to test through OLS.
i also used this code
but got this error
"unable to generate scores for model one suest requires that predict allow the score option"
I have one question similar to this. How can we compare whether the coefficients of two different groups are statistically different or not when using "IV regression". I have searched alot but unfortunately can not find the results for such a test. I am using an instrumental variable so its not possible for me to test through OLS.
i also used this code
ivregress y (a = x y z) b c
est store one
ivregress y (a = x y z) b c d
est store two
suest one two
est store one
ivregress y (a = x y z) b c d
est store two
suest one two
"unable to generate scores for model one suest requires that predict allow the score option"
Comment