A coefficient of 0.043 on driver age means nothing until you say "expected claim frequency rises by 0.043 claims per year per additional year of age, holding all else constant." Interpretation is where statistics meets the business question.
For a fitted linear model
every coefficient interpretation has the same template: a one-unit increase in , with all other predictors held constant, changes the expected value of Y by units of Y. Drop any of those four pieces and the interpretation is wrong.
KEY: "Holding all else constant" is the soul of multiple regression. Without it, the slope conflates direct effects with confounded effects.
The numeric size of a coefficient depends entirely on the measurement scales. If you change driver age from years to decades, the coefficient multiplies by ten. If you change premium from dollars to thousands of dollars, the coefficient on premium shrinks by a thousand. None of this changes the relationship; it changes only the rhetoric.
Common mistakes
- Forgetting "all else equal." Saying "older drivers cost $12 less per year" without "holding territory fixed" describes a marginal slope from simple regression, not the multiple-regression coefficient. The two can have opposite signs under multicollinearity.
- Interpreting the intercept as a customer baseline when X = 0 is impossible. A claim severity model whose intercept is $1,850 at age zero does not mean newborn drivers cost $1,850; nobody has age zero.
- Treating a log-scale coefficient as additive in dollars. A coefficient of 0.45 on is not "+$0.45"; it is a multiplicative factor of , a 57% lift.
Bottom line
- Each slope is the expected change in Y per one-unit increase in , holding all other predictors fixed. Units matter; always state them.
- The intercept is the expected Y when every predictor equals zero, meaningful only if X = 0 is inside the data range and business-plausible.
- Rescaling by a factor c divides its coefficient by c, so units alone drive the size of a number (dollars versus thousands).
- For a log-transformed response, a coefficient means a multiplicative effect of on Y. Small approximates a % change.
Exam shortcut
If the prompt gives a coefficient on a logged response, compute and convert to a percent change before answering; for , the shortcut % is close enough for multiple-choice. If the prompt includes an interaction term, write the effective slope as and plug in the stated value before interpreting.
The full lesson (about 3,094 words, 21 min read) adds 3 worked examples, all 7 common mistakes, a self-check, free in the app.
Learning objectives
- 2c
Browse all free Exam SRM lessons or jump into free Exam SRM practice questions.