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
rate of admission in NRDhello all i'm working on NRD I am looking to compare rate of hospitalizations before and after certa…
Simple graphing issueI am tring to create a simple bar graph, but I cannot get the categories on the x axis to display as…
The critical thinking about the "staying forever" in Difference-in-Differences estimator of differential timing setting?When dealing with the differential timing DiD setting, we may apply some modern approaches like Call…
Unexpected behavior of the egen function median()Hello all, This is my first post but I've read up on the FAQ so I hope it will be acceptable. To gi…
Response surface analysis (RSA)Hi! Does STATA support RSA analysis and the surface plotting? …
Subscribe to:
Post Comments (Atom)
0 Response to How to test for multiple instruments in in etregress or eregress
Post a Comment