A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Specification Error: RESET Test

College Depth 112 in the knowledge graph I know this Set as goal
20topics build on this
578prerequisites beneath it
See this on the map →
Hypothesis Testing in RegressionMultiple RegressionBreusch-Godfrey Test for Serial CorrelationWhite Test and Detection of Heteroskedasticity
specification-error functional-form testing

Core Idea

The Regression Specification Error Test (RESET) adds powers of fitted values Ŷ to the regression and tests their joint significance. Rejection suggests omitted nonlinearity or wrong functional form, though RESET does not identify the specific misspecification.

Explainer

You have learned to estimate multiple regression models and to test hypotheses using F-statistics. The RESET test is a clever application of that same F-test machinery, turned inward: instead of testing whether certain external variables matter, it tests whether your own model's predictions can predict *themselves better* with a nonlinear adjustment. The insight is that if you have specified the correct functional form, the fitted values Ŷ already summarize everything the regressors can tell you about Y. Any remaining systematic pattern in Y — anything left for Ŷ², Ŷ³, or higher powers to explain — is evidence that the linear model is leaving structure on the table.

The mechanics work as follows. Estimate your original model: Y = β₀ + β₁X₁ + β₂X₂ + ... + u, and save the fitted values Ŷ. Then run an augmented regression that adds Ŷ² (and optionally Ŷ³) as additional regressors: Y = β₀ + β₁X₁ + β₂X₂ + ... + γ₁Ŷ² + γ₂Ŷ³ + u. The null hypothesis is γ₁ = γ₂ = 0 — the powers add nothing. Test this with an F-statistic comparing restricted (original) to unrestricted (augmented) models. Rejection of the null at conventional significance levels is a signal of functional form misspecification: the linear model is not capturing the true shape of the relationship between Y and the regressors.

What is RESET detecting? It is sensitive to several problems simultaneously. Omitting a relevant variable that enters nonlinearly shows up as unexplained curvature, which Ŷ² and Ŷ³ can partially absorb. Using a linear form when the true relationship is log-linear, quadratic, or otherwise curved triggers rejection. Missing interaction terms between regressors can also show up. This breadth makes RESET a useful screening test — a positive test should prompt you to reconsider your specification. The limitation is the same breadth: RESET does not tell you which of these problems you have, only that something is wrong.

A useful mental model: Ŷ is a linear combination of your regressors, so Ŷ² is a sum of all pairwise products and squared terms from those regressors. When RESET rejects, it is essentially saying that some combination of quadratic and interaction terms among your existing regressors would improve the fit. Common remedies include adding squared terms for regressors that might have diminishing or accelerating effects, adding interaction terms, transforming variables (log, square root), or reconsidering whether the outcome variable itself should be transformed. RESET is the diagnostic; what to do after rejection requires substantive judgment about the underlying economic relationship.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionProbability Density Functions and Continuous DistributionsCumulative Distribution FunctionsContinuous Random VariablesProbability Density FunctionsExpected ValueWeak Law of Large NumbersProbability Axioms and RulesConditional ProbabilityIndependence of EventsSampling DistributionsStandard Error of EstimatorsHypothesis Testing: Framework and LogicP-values and Statistical SignificanceEffect Size and Practical SignificanceHypothesis Testing: Framework and LogicZ-Tests and T-Tests for MeansOne-Sample Z-Test for MeansOne-Sample and Two-Sample T-TestsInference in Linear RegressionPrediction Intervals in RegressionLinear Regression BasicsResiduals and Goodness of Fit (R²)Simple (Bivariate) OLS RegressionClassical OLS Assumptions (Gauss-Markov)Multiple RegressionInterpreting Regression CoefficientsHypothesis Testing in RegressionSpecification Error: RESET Test

Longest path: 113 steps · 578 total prerequisite topics

Prerequisites (2)

Leads To (2)