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
Interpreting Probit Model (Missing 1st category coefficient within a categorical variable)Hi I am wondering why my probit model does not provide the coefficient for the first category for my…
Consultation on regression model with dichotomous variable taken in a longitudinal period ( 2014-2018) Good evening I am new with STATA and I have a query, If I have a dichotomous outcome, but my study …
Identify/test differences across groupsDear Statalist, I have an unbalanced panel with ca. 200 firms, and between 3-8 years of data for ea…
Table to bar graph. How to convert tabel data into a graph using STATA. in this exmaple, the table can easily be conve…
Calculations with if statementsHi, If this is my data- day totalpay hours Sunday 500 5 Monday 750 50 Tuesday 325 25 Wed…
Subscribe to:
Post Comments (Atom)
0 Response to How to test for multiple instruments in in etregress or eregress
Post a Comment