Dear Statalisters,
What Stata command can I use to estimate a system of equations that contains one linear equation (y is continuous) and two probit (or logit) equations (z1 and z2 are binary)? To clarify things:
I know that if I assumed a linear approximation to the two probits I could estimate:
reg3 (y = x1 x2 x3) (z1 = x1 x2 x4) (z2 = x1 x2 x5)
I also know that if converted y into a binary variable yb I could estimate a trivariate probit:
mvprobit (yb = x1 x2 x3) (z1 = x1 x2 x4) (z2 = x1 x2 x5)
(Finally, I also know that I can include endogenous variables among the regressors and that this is the whole point of system estimation. Otherwise I would just estimate a SURE, but SURE is not what I need on this occasion.)
best wishes,
Marco
What Stata command can I use to estimate a system of equations that contains one linear equation (y is continuous) and two probit (or logit) equations (z1 and z2 are binary)? To clarify things:
I know that if I assumed a linear approximation to the two probits I could estimate:
reg3 (y = x1 x2 x3) (z1 = x1 x2 x4) (z2 = x1 x2 x5)
I also know that if converted y into a binary variable yb I could estimate a trivariate probit:
mvprobit (yb = x1 x2 x3) (z1 = x1 x2 x4) (z2 = x1 x2 x5)
(Finally, I also know that I can include endogenous variables among the regressors and that this is the whole point of system estimation. Otherwise I would just estimate a SURE, but SURE is not what I need on this occasion.)
best wishes,
Marco
Comment