Testing Endogeneity
Testing Endogeneity
Testing Endogeneity
Consider a regression
y = b0 + b1*z + b2*x3 + e
where z is endogenous. Suppose that x1 and x2 are instrumental variables for z. One
should decide whether it is necessary to use an instrumental variable, i.e., whether a set of
estimates obtained by least squares is consistent or not.
An augmented regression test can easily be formed by including the residuals of each
endogenous right-hand side variable, as a function of all exogenous variables, in a
regression of the original model. We would first perform a regression
(i) we first run a reduced form model, using all exogenous variables:
------------------------------------------------------------------------------
hsngval | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
faminc | 2.731324 .6818931 4.01 0.000 1.357058 4.105589
reg2 | -5095.038 4122.112 -1.24 0.223 -13402.61 3212.533
reg3 | -1778.05 4072.691 -0.44 0.665 -9986.019 6429.919
reg4 | 13413.79 4048.141 3.31 0.002 5255.296 21572.28
pcturban | 182.2201 115.0167 1.58 0.120 -49.58092 414.0211
_cons | -18671.87 11995.48 -1.56 0.127 -42847.17 5503.438
------------------------------------------------------------------------------
(ii) Then, we save the residual from the above regression. Call it “hsng_res”. Then,
include hsng_res in the main equation, and estimate the main equation by OLS.
------------------------------------------------------------------------------
rent | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
hsngval | .0022398 .0002681 8.36 0.000 .0017003 .0027794
pcturban | .081516 .2438355 0.33 0.740 -.4092993 .5723313
hsng_res | -.0015889 .0003984 -3.99 0.000 -.0023908 -.000787
_cons | 120.7065 12.42856 9.71 0.000 95.68912 145.7239
------------------------------------------------------------------------------
( 1) hsng_res = 0.0
F( 1, 46) = 15.91
Prob > F = 0.0002
------------------------------------------------------------------------------
rent | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
hsngval | .0022398 .0003388 6.61 0.000 .0015583 .0029213
pcturban | .081516 .3081528 0.26 0.793 -.5384074 .7014394
_cons | 120.7065 15.70688 7.68 0.000 89.10834 152.3047
------------------------------------------------------------------------------
Instrumented: hsngval
Instruments: pcturban faminc reg2 reg3 reg4
------------------------------------------------------------------------------
Note that the coefficients of the last two estimates are the same, however, the standard