Questions: Specification Tests: Ramsey RESET and Hausman Tests
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
You run a RESET test on your regression model and reject the null hypothesis at the 5% level. What can you correctly conclude?
AYour model suffers from omitted variable bias and you should add more control variables
BThe functional form of your model is likely misspecified — something nonlinear belongs in the regression — but RESET does not tell you what to add
CAt least one of your explanatory variables is endogenous and correlated with the error term
DYour standard errors are heteroskedastic and need to be corrected with robust standard errors
The RESET test detects functional form misspecification by testing whether powers of the fitted values (ŷ², ŷ³) have joint explanatory power. Rejecting the null means the model is misspecified — the relationship is likely nonlinear — but the test is a general alarm: it tells you something is wrong without specifying what. It does not directly diagnose endogeneity, omitted variables, or heteroskedasticity. The next step is to think about what transformation or variable might capture the nonlinearity.
Question 2 Multiple Choice
In a Hausman test comparing OLS and IV estimates, what is the null hypothesis, and what does rejecting it imply?
ANull: both OLS and IV are biased; rejection implies you should use a different estimator entirely
BNull: OLS is consistent (regressors are exogenous); rejection implies OLS is inconsistent due to endogeneity and IV should be preferred
CNull: the IV instrument is invalid; rejection implies you have found a valid instrument
DNull: the model has the correct functional form; rejection implies nonlinearity
The Hausman test exploits the fact that OLS and IV converge to the same value under exogeneity (null), but diverge under endogeneity (alternative). Under the null, OLS is consistent and efficient; IV is consistent but less efficient. If the two estimates differ systematically — which the test formalizes — the best explanation is that OLS is inconsistent because one or more regressors are correlated with the error term, and IV should be preferred.
Question 3 True / False
The RESET test can detect functional form misspecification without requiring the researcher to know in advance which variable or transformation is missing from the model.
TTrue
FFalse
Answer: True
This is Ramsey's key insight: if the functional form is wrong, the fitted values ŷ contain information about the missing structure. Adding powers of ŷ (ŷ², ŷ³) and testing their joint significance effectively checks for any systematic nonlinearity in the residuals, regardless of its source. The test serves as a general-purpose diagnostic before you know what the problem is — a signal to investigate further, not a prescription for what to add.
Question 4 True / False
If the Hausman test fails to reject the null hypothesis, this proves that OLS is unbiased.
TTrue
FFalse
Answer: False
Failing to reject the null provides evidence that OLS is consistent (that regressors are approximately exogenous), but it does not prove unbiasedness. OLS can be consistent without being unbiased in finite samples. Moreover, the Hausman test's power depends critically on having a valid instrument — if the instrument is weak or invalid, the test may lack the power to detect real endogeneity. A non-rejection is evidence, not proof.
Question 5 Short Answer
Explain the logic of the Hausman test. Why does comparing two estimators reveal information about endogeneity?
Think about your answer, then reveal below.
Model answer: The Hausman test exploits the fact that OLS and IV have different properties under endogeneity. Under exogeneity (null), both are consistent and should produce similar estimates — any difference is just sampling noise. Under endogeneity (alternative), OLS is inconsistent (it absorbs the correlation between regressor and error into the coefficient), but IV remains consistent if the instrument is valid. A systematic difference between the two estimates is therefore evidence that OLS is inconsistent — i.e., that endogeneity is present. The test formalizes this comparison using the asymptotic variance of the difference.
The beauty of the Hausman approach is that it doesn't require knowing the source of endogeneity — it only requires a valid instrument and the observation that two estimators 'should agree' under the null. This same logic generalizes: any time you have two estimators that agree under the null but differ under the alternative, you can construct a Hausman-style test. The random effects vs. fixed effects test in panel data follows exactly this structure.