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

Omitted Variable Bias

College Depth 114 in the knowledge graph I know this Set as goal
93topics build on this
583prerequisites beneath it
See this on the map →
Classical OLS Assumptions (Gauss-Markov)Multiple Regression+1 moreCausal Inference and the Identification ProblemEndogeneity+3 more
OVB bias confounding identification

Core Idea

Omitted variable bias (OVB) occurs when a variable that affects y and is correlated with an included regressor is excluded from the model, causing the OLS estimator to be biased and inconsistent. The direction of bias is determined by the sign of the correlation between the omitted variable and the included regressor, multiplied by the sign of the omitted variable's effect on y. The canonical example is estimating the return to education: omitting ability biases the education coefficient upward because ability raises wages and is positively correlated with schooling. OVB is the fundamental obstacle to causal inference with observational data.

How It's Best Learned

Derive the OVB formula algebraically, then apply the 'sign heuristic' to real examples — labor economics wage regressions are ideal for this exercise.

Common Misconceptions

Explainer

You already know from multiple regression that OLS estimates the effect of each regressor holding the others constant. That "holding constant" is the key: OLS purges the coefficient on X of the confounding influence of any other variable you have included in the model. Omitted variable bias (OVB) is what happens when a variable belongs in the model — it affects the outcome Y and correlates with your regressor of interest X — but you leave it out.

The classic setup: you want to estimate the return to education on wages. You regress log wages on years of schooling and get a large positive coefficient. But workers differ in ability: more able people earn higher wages regardless of education, and more able people also tend to get more schooling. If you omit ability, your schooling coefficient absorbs some of the ability effect — it is biased upward. The formula for the bias is exact: the bias on βₓ equals the coefficient ability would get in your regression (how much wages rise with ability) multiplied by the coefficient from a regression of ability on schooling (how correlated they are). Positive × positive = upward bias. This is the OVB formula: bias = (effect of omitted on Y) × (correlation of omitted with X).

The sign heuristic gives you the direction without computing anything. Ask two questions: (1) If the omitted variable were included, would its coefficient be positive or negative? (2) Is the omitted variable positively or negatively correlated with the included regressor? Multiply the signs. If the result is positive, the included coefficient is biased upward — it is too large. If negative, biased downward. Consider omitting crime rates from a regression of housing prices on school quality: crime reduces prices (negative effect on Y) and is negatively correlated with school quality (better schools, less crime). Negative × negative = positive bias: the school quality coefficient is inflated because it is also picking up the benign effects of low crime.

The critical implication is that OVB cannot be solved with more data of the same kind. A million observations of wages and schooling, all omitting ability, will give you a million-observation estimate of the same biased number. OVB is a structural problem — the estimate is converging to the wrong value. The fixes all involve changing the information set: measure and include the omitted variable directly, use an instrumental variable that isolates variation in X uncorrelated with the omitted variable, or exploit a research design (natural experiment, panel data with fixed effects) that makes omission irrelevant. This is why OVB is described as the fundamental obstacle to causal inference with observational data — it is the gap between correlation and causation, made precise.

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 RegressionF-Test and Joint SignificanceR-Squared and Model FitOmitted Variable Bias

Longest path: 115 steps · 583 total prerequisite topics

Prerequisites (3)

Leads To (5)