I'm estimating the following 2SLS model to calculate a local average treatment effect, with X1 and X2 instrumented by Z1 and Z2:
However, Y, X1, X2, Z1 and Z2 are all binary variables, so I'd like to use a probit model for the estimates.
I've been reading into ivprobit, but it seems as though that assumes continuous endogenous regressors. Furthermore, the biprobit command seems to be limited to cases with one binary endogenous regressor. Is there a suitable command that I can use in this situation, which has multiple binary endogenous regressors?
Code:
ivregress 2sls Y (X1 X2 = Z1 Z2)
I've been reading into ivprobit, but it seems as though that assumes continuous endogenous regressors. Furthermore, the biprobit command seems to be limited to cases with one binary endogenous regressor. Is there a suitable command that I can use in this situation, which has multiple binary endogenous regressors?
Comment