Skip to content

Exogeneity: Wu-Hausman and Sargan Tests

Last Update: March 24, 2022

Exogeneity is when linear regression independent variables are not correlated with error term. This can be tested through Wu-Hausman test [1] which evaluates whether linear regression independent variables are not correlated with error term (exogenous). If linear regression independent variables are correlated with error term (endogenous), then instrumental variables and two stage least squares estimation are used.

Instrumental variables have the following requirements. They are not included within original linear regression, they are assumed correlated with endogenous independent variable and they are assumed not correlated with second stage least squares linear regression error term. Last requirement can be tested through Sargan test [2] which evaluates whether instrumental variables are not correlated with second stage least squares linear regression error term (valid instruments). If instrumental variables are correlated with second stage least squares linear regression error term, then they are instruments not valid.

As example, we can fit a three-variable original multiple linear regression with formula \hat{y}_{(o)i}=\hat{\beta}_{0}+\hat{\beta}_{1}x_{1i}+\hat{\beta}_{2}x_{2i}\;(1). Original linear regression fitted values \hat{y}_{(o)i} are the estimated y_{i} values, x_{1} is the endogenous independent variable (assumed correlated with original linear regression error term), x_{2} is the exogenous independent variable (assumed not correlated with original linear regression error term). Then, we can fit first stage least squares multiple linear regression with formula \hat{x}_{1i}=\hat{\gamma}_{0}+\hat{\gamma}_{1}x_{2i}+\hat{\gamma}_{2}z_{1i}+\hat{\gamma}_{3}z_{2i}\;(2). First stage least squares linear regression fitted values \hat{x}_{1i} are the estimated x_{1i} values, z_{1} and z_{2} are the instrumental variables. Next, we can fit second stage least squares multiple linear regression with formula \hat{y}_{(f)i}=\hat{\delta}_{0}+\hat{\delta}_{1}\hat{x}_{1i}+\hat{\delta}_{2}x_{2i}\;(3). Second stage least squares linear regression fitted values \hat{y}_{(f)i} are the estimated y_{i} values. Notice that stage by stage instead of simultaneous stages estimation of two stage least squares linear regression would estimate correct coefficients but incorrect standard errors and F-statistic. Additionally, notice that two stage least squares linear regression estimation assumes errors are homoskedastic unless heteroskedasticity consistent estimator is used.

After that, we can estimate first stage least squares linear regression residuals with formula \hat{e}_{(h)i}=x_{1i}-\hat{x}_{1i}\;(4). Then, we can do Wu-Hausman (Wooldridge) test auxiliary regression with formula \hat{y}_{(h)i}=\hat{\varphi}_{0}+\hat{\varphi}_{1}x_{1i}+\hat{\varphi}_{2}x_{2i}+\hat{\theta}_{1}\hat{e}_{(h)i}\;(5) and F-test with joint null hypothesis of one coefficient that first stage least squares linear regression residuals coefficient \hat{\theta}_{1} is equal to zero with formula H_{0}:\hat{\theta}_{1}=0\;(6). If joint null hypothesis of one coefficient is rejected, then x_{1} independent variable is endogenous (assumed correlated with original linear regression error term). Notice that joint null hypothesis of one coefficient test (6) can also be done with a chi-square test.

Next, we can estimate second stage least squares linear regression corrected residuals with formula \hat{e}_{(s)i}=y_{i}-(\hat{\delta}_{0}+\hat{\delta}_{1}x_{1i}+\hat{\delta}_{2}x_{2i})\;(7). Notice that second stage least linear regression corrected residuals formula (7) uses x_{1i} endogenous independent variable values instead of \hat{x}_{1i} first stage least squares linear regression fitted values. After that, we can do Sargan test auxiliary regression with formula \hat{e}_{(s)i}=\hat{\varphi}_{0}+\hat{\varphi}_{1}x_{2i}+\hat{\varphi}_{2}z_{1i}+\hat{\varphi}_{3}z_{2i}\;(8) and chi-square test with joint null hypothesis that exogenous independent variable \hat{\varphi}_{1}, instrumental variables \hat{\varphi}_{2} and \hat{\varphi}_{3} coefficients are equal to zero with formula H_{0}:\hat{\varphi}_{1}=\hat{\varphi}_{2}=\hat{\varphi}_{3}=0\;(9). If joint null hypothesis is rejected, then z_{1} and/or z_{2} instrumental variables are not valid (assumed correlated with second stage least squares error term). Notice that number of instrumental variables needs to be greater than number of endogenous independent variables to do Sargan test.

Below, we find examples of Wu-Hausman (Wooldridge) and Sargan tests auxiliary regressions F and chi-square tests from original multiple linear regression of house price explained by its lot size and number of bedrooms using whether house has a driveway and number of garage places as instrumental variables [3].

Table 1. Microsoft Excel® Wu-Hausman (Wooldridge) and Sargan tests auxiliary regressions F and chi-square tests from original multiple linear regression of house price explained by its lot size and number of bedrooms using whether house has a driveway and number of garage places as instrumental variables.

Courses

My online courses are hosted at Teachable website.

For more details on this concept, you can view my Linear Regression Courses.

References

[1] Durbin, James (1954). “Errors in variables”. Review of the International Statistical Institute. 22 (1/3): 23–32.

Wu, De-Min (1973). “Alternative Tests of Independence between Stochastic Regressors and Disturbances”. Econometrica. 41 (4): 733–750.

Hausman, J. A. (1978). “Specification Tests in Econometrics”. Econometrica. 46 (6): 1251–1271.

(Auxiliary linear regression test) Wooldridge JM (2010). “Econometric Analysis of Cross–Section and Panel Data”. 2nd edition. MIT Press. (Sec. 10.7.3.).

[2] Sargan, J. D. (1958). “The Estimation of Economic Relationships Using Instrumental Variables”. Econometrica. 26 (3): 393–415.

[3] Data Description: Sales prices of houses sold in the city of Windsor, Canada, during July, August and September, 1987.

Original Source: Anglin, P., and Gencay, R. (1996). Semiparametric Estimation of a Hedonic Price Function. Journal of Applied Econometrics, 11, 633–648.

Source: AER R Package HousePrices Object. Christian Kleiber and Achim Zeileis. (2008). Applied Econometrics with R. Springer-Verlag, New York.

My online courses are closed for enrollment.
+