Measurement Error and Its Consequences

College Depth 83 in the knowledge graph I know this Set as goal
measurement-error attenuation-bias iv

Core Idea

Measurement error in a regressor causes classical attenuation bias, shrinking OLS coefficients toward zero. Measurement error in the outcome increases standard errors. Instrumental variables can address measurement error if valid instruments exist.

How It's Best Learned

Simulate data with known measurement error and observe how coefficients shrink. Consider IV estimation or instrumental variable techniques if measurement error is suspected.

Explainer

The OLS assumptions you studied require that regressors are measured accurately. In practice, nearly every economic variable is imperfectly measured: income is self-reported and underreported, education is proxied by years of schooling rather than actual human capital, calorie intake is recalled rather than observed, and survey responses contain random error. Understanding what this does to your estimates is essential before drawing policy conclusions from data.

Start with the simplest case: classical measurement error in a regressor. Suppose the true model is y = β·x* + ε, but you observe x = x* + u, where u is random noise uncorrelated with x*. You can only run the regression of y on x. It turns out the OLS estimator of β converges not to β, but to β · [Var(x*) / (Var(x*) + Var(u))]. This fraction — the ratio of true variance to observed variance — is always between 0 and 1. This is attenuation bias: measurement error shrinks the estimated coefficient toward zero. The noisier your measure, the more severe the attenuation. If you're trying to estimate the return to education and your measure of education is poor, your estimated return will be biased downward.

The intuition connects directly to your knowledge of omitted variable bias. In both cases, something in the error term correlates with your regressor. With measurement error in x, the true regressor x* is part of the composite error (since y = β·x + (ε − β·u)), and x and x* are correlated — creating endogeneity. The bias always goes toward zero for a single regressor, but with multiple regressors, measurement error in one variable can bias coefficients on others in any direction.

Measurement error in the outcome variable (y = y* + v) is less damaging: if v is classical measurement error uncorrelated with x, OLS remains consistent, though standard errors increase and precision falls. This asymmetry is important — researchers are often more worried about mismeasured outcomes than they need to be, while underweighting the consequences of mismeasured regressors.

The standard remedy for mismeasured regressors is instrumental variables: find an instrument that correlates with the true x* but is uncorrelated with the measurement error u (and with the structural error ε). A second, independent measurement of the same variable often serves as a valid instrument under the classical error assumption, since two independent measures of x* share signal but not measurement noise. The two-stage logic is the same as for standard IV — the instrument purges the endogenous variation introduced by measurement error, recovering a consistent estimate of β.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication 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 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-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 IntroductionTrigonometric 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 VariablesNormal DistributionCentral Limit TheoremConfidence Intervals for MeansZ-Tests and T-Tests for MeansOne-Sample Z-Test for MeansOne-Sample and Two-Sample T-TestsOne-Way ANOVAF-Test and Joint SignificanceR-Squared and Model FitOmitted Variable BiasMeasurement Error and Its Consequences

Longest path: 84 steps · 422 total prerequisite topics

Prerequisites (2)

Leads To (0)

No topics depend on this one yet.