Simultaneous Equation Models in Stata

Two Stage Least Squares (2SLS)

2SLS is a special case of instrumental variables estimation and Stata treats it as such. Stata performs 2SLS one equation at a time. Using reg to estimate each equation, Stata requires identification of the endogenous and exogenous variables for the model.

It is not necessary to estimate all equations at once.

Robust standard errors can be computed by adding ", robust" as a modifier in step 2.