from this regression () in a second regression that also includes Xi* in the regressor list.

The first regression is:

Xi* = Zi +Wi

The second regression is:

Yi = b1Xi*+ b2+ ei

Under the null that Xi* is uncorrelated with the error term, the test on b2=0 will have the Student's t distribution. Section 7.3 shows how to do a Hausman-Wu test in TSP.

7.2 Instrumental Variable Estimation

TSP uses the command INST to perform instrumental variable estimation. IV or 2SLS are synonymous with INST. The form of the command is:

INST(INST=(list-of-instruments)) dep-var-name indep-vars;

The dependent and independent variables are specified as in OLS. The list of instruments should include any exogenous variables in the equation (including the constant) and any additional instruments you wish. At least as many instruments as independent variables are