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
Monthly panel data with missing values of annual between panels, and monthly within panelsHello STATA community, Firstly, I am sorry if my question is so basic but I am new to STATA. I am t…
threshold model vs interactionDear all, i hope that you are doing good i am getting a bit confused and i would like to know if t…
Avoiding confounders when sampling from a larger cohortI am trying to look at glucose level variation based on another variable (var2) to see how var2 infl…
entropy and missing valuesThe number of non-missing values varies with cases. For example, as shown in the below table, a has …
Generate Month and Year variablesHello everyone, I have an example of my data here. What I have here is an ID variable, the last fou…
Subscribe to:
Post Comments (Atom)
0 Response to How to test for multiple instruments in in etregress or eregress
Post a Comment