1 In the Monte Carlo experiment in the previous sequence we used the rate of unemployment, U, as an instrument for w in the price inflation equation. SIMULTANEOUS EQUATIONS ESTIMATION: DURBIN-WU-HAUSMAN TEST
2 OLS IV a s.e.(a) b s.e.(b) a s.e.(a) b s.e.(b) We ran OLS and IV regressions for 10 samples. As far as we could tell, the IV estimates were distributed around the true value, while the OLS estimates were clearly upwards biased. SIMULTANEOUS EQUATIONS ESTIMATION: DURBIN-WU-HAUSMAN TEST
3 OLS IV a s.e.(a) b s.e.(b) a s.e.(a) b s.e.(b) We will now perform a Durbin-Wu-Hausman test using the first sample. SIMULTANEOUS EQUATIONS ESTIMATION: DURBIN-WU-HAUSMAN TEST
4. ivreg p (w=U) Instrumental variables (2SLS) regression Source | SS df MS Number of obs = F( 1, 18) = 0.13 Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = p | Coef. Std. Err. t P>|t| [95% Conf. Interval] w | _cons | Instrumented: w Instruments: U hausman, save We begin by running the IV regression. In the command, the instrumented variable(s) and instrument(s) are placed in parentheses, with an = sign separating them. Here w is the instrumented variable and U is the instrument. The next command is "hausman, save". SIMULTANEOUS EQUATIONS ESTIMATION: DURBIN-WU-HAUSMAN TEST
5. reg p w Source | SS df MS Number of obs = F( 1, 18) = Model | Prob > F = Residual | R-squared = Adj R-squared = Total | Root MSE = p | Coef. Std. Err. t P>|t| [95% Conf. Interval] w | _cons | hausman, constant sigmamore We then run the OLS regression, and follow with the command "hausman, constant sigmamore". SIMULTANEOUS EQUATIONS ESTIMATION: DURBIN-WU-HAUSMAN TEST
6. hausman, constant sigmamore ---- Coefficients ---- | (b) (B) (b-B) sqrt(diag(V_b-V_B)) | Prior Current Difference S.E w | _cons | b = less efficient estimates obtained previously from ivreg. B = more efficient estimates obtained from regress. Test: Ho: difference in coefficients not systematic chi2( 1) = (b-B)'[(V_b-V_B)^(-1)](b-B) = Prob>chi2 = This produces the output shown. The top half reproduces the coefficients from the IV and OLS regressions. SIMULTANEOUS EQUATIONS ESTIMATION: DURBIN-WU-HAUSMAN TEST
7. hausman, constant sigmamore ---- Coefficients ---- | (b) (B) (b-B) sqrt(diag(V_b-V_B)) | Prior Current Difference S.E w | _cons | b = less efficient estimates obtained previously from ivreg. B = more efficient estimates obtained from regress. Test: Ho: difference in coefficients not systematic chi2( 1) = (b-B)'[(V_b-V_B)^(-1)](b-B) = Prob>chi2 = The null hypothesis is that the OLS estimators are consistent and that the differences between the OLS and IV coefficients are random. Note that if the null hypothesis is true, IV will be less efficient than OLS. SIMULTANEOUS EQUATIONS ESTIMATION: DURBIN-WU-HAUSMAN TEST
8. hausman, constant sigmamore ---- Coefficients ---- | (b) (B) (b-B) sqrt(diag(V_b-V_B)) | Prior Current Difference S.E w | _cons | b = less efficient estimates obtained previously from ivreg. B = more efficient estimates obtained from regress. Test: Ho: difference in coefficients not systematic chi2( 1) = (b-B)'[(V_b-V_B)^(-1)](b-B) = Prob>chi2 = Under the null hypothesis, the test statistic is distributed as a chi-squared statistic with degrees of freedom equal to the number of instrumented variables. SIMULTANEOUS EQUATIONS ESTIMATION: DURBIN-WU-HAUSMAN TEST
9. hausman, constant sigmamore ---- Coefficients ---- | (b) (B) (b-B) sqrt(diag(V_b-V_B)) | Prior Current Difference S.E w | _cons | b = less efficient estimates obtained previously from ivreg. B = more efficient estimates obtained from regress. Test: Ho: difference in coefficients not systematic chi2( 1) = (b-B)'[(V_b-V_B)^(-1)](b-B) = Prob>chi2 = The critical value of chi-squared with 1 degree of freedom at the 0.1 percent level is 10.83, so we reject the null hypothesis and conclude that the OLS estimators are inconsistent. SIMULTANEOUS EQUATIONS ESTIMATION: DURBIN-WU-HAUSMAN TEST
10. hausman, constant sigmamore ---- Coefficients ---- | (b) (B) (b-B) sqrt(diag(V_b-V_B)) | Prior Current Difference S.E w | _cons | b = less efficient estimates obtained previously from ivreg. B = more efficient estimates obtained from regress. Test: Ho: difference in coefficients not systematic chi2( 1) = (b-B)'[(V_b-V_B)^(-1)](b-B) = Prob>chi2 = Of course, this result is exactly what we expected because we know that OLS yields inconsistent estimates in a model of this type. SIMULTANEOUS EQUATIONS ESTIMATION: DURBIN-WU-HAUSMAN TEST
Copyright Christopher Dougherty This slideshow may be freely copied for personal use.