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

Interpreting Regression Coefficients

College Depth 110 in the knowledge graph I know this Set as goal
129topics build on this
576prerequisites beneath it
See this on the map →
Multiple RegressionLogarithms IntroductionDummy Variables and Categorical RegressorsEstimator Properties: Consistency, Unbiasedness, and Efficiency+3 more
interpretation log-linear elasticity ceteris-paribus

Core Idea

The interpretation of a regression coefficient depends on the functional form. In a level-level model (y on x), β₁ gives the change in y per unit change in x. In a log-level model (log y on x), 100·β₁ gives the approximate percentage change in y per unit change in x. In a log-log model, β₁ is the elasticity — the percentage change in y per 1% change in x. Dummy variable coefficients compare a group mean to the omitted reference group, holding other covariates constant. Correct interpretation always includes the ceteris paribus qualifier.

How It's Best Learned

Practice translating coefficient estimates into plain-language economic statements across different functional forms. The wage-education regression in log form is a canonical exercise.

Common Misconceptions

Explainer

You already know that a multiple regression coefficient captures the relationship between one regressor and the outcome after holding all other regressors constant — the ceteris paribus effect. Now the question is: what units is that effect expressed in? The answer depends entirely on how you have transformed your variables, and getting this wrong turns a correct regression into a meaningless number.

In a level-level model — both Y and X in their natural units — the coefficient β₁ is the simplest case: a one-unit increase in X is associated with a β₁-unit change in Y. If wages (in dollars per hour) are regressed on years of education, a coefficient of 1.50 means an additional year of education predicts $1.50 more per hour. Straightforward. The level-level model is the right baseline interpretation to understand before the log transformations.

Log transformations change the units from levels to percentages, which is often more natural for economic variables that grow proportionally. In a log-level model (log Y on X, X still in levels), the coefficient β₁ means that a one-unit increase in X is associated with approximately a 100·β₁ percent change in Y. If log wages are regressed on years of education and β₁ = 0.08, then each additional year of schooling raises wages by roughly 8%. This approximation is exact for small changes but overstates the true percentage for large β values. In a log-log model (both in logs), β₁ is the elasticity: a 1% increase in X is associated with a β₁ percent change in Y. Log-log models appear constantly in demand analysis precisely because elasticity is the natural unit there.

Dummy variable coefficients follow the level-level rule but have a specific meaning: the coefficient compares the group mean of the dummy-coded group to the reference group (the omitted category), holding everything else constant. If you include a Female indicator in a wage regression and the coefficient is −0.12 in a log-level model, this says women earn approximately 12% less than men after controlling for the other variables in the model. The choice of reference group is arbitrary but affects which comparisons are directly readable from the output. Every interpretation must end with "holding other covariates constant" — without that qualifier, you are not reading a ceteris paribus effect; you are reading something else entirely.

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 Coefficients

Longest path: 111 steps · 576 total prerequisite topics

Prerequisites (2)

Leads To (5)