Dear all:
I am using Stata 15 to run a linear regression with endogenous treatment aiming to do instrumental variable analysis with a dummy endogenous variable.
I have two potential instruments and would like to test whether I should include one of them or both.
My basic model is this:
etregress y1 c.X1 i.X2 , treat(y2 = c.z1 c.z2 c.X1 i.X2)
, where y1 is the continuous outcome, X1 and X2 are vectors of independent variables, y2 is the dummy endogenous variable, and z1 and z2 potential instruments.
I can also estimate this as
eregress y1 c.X1 c.X2, endogenous(y2 = c.z1 c.z2 c.X1 i.X2, probit), which gives the same results.
Any help on how to test which instrument(s) to use would be very much appreciated.
Related Posts with How to test for multiple instruments in in etregress or eregress
STJM error BLUP calculation failedHello, I am currently trying to run a joint longitudinal survival model using the stjm command. I a…
Problem with simple regressionHello Everyone, I am sharing an excel file with you. I ran a regression on it but the results are no…
Determining cutoff point after -lsens-Dear all, The accuraccy rate of my prediction model is very high that can be explained by imbalanced…
Crossed random effects model-error r(3203)I have been running crossed random effects mixed models and the syntax that has always worked before…
Mirrored hbar stataDear all, I am looking for a solution to recreate a hbar graph as the one that I attached. So far I…
Subscribe to:
Post Comments (Atom)
0 Response to How to test for multiple instruments in in etregress or eregress
Post a Comment