The Population Regression Model
The simple regression model written for the whole population is . Here and are fixed but unknown population parameters, and , the error term, gathers every factor affecting other than . The slope measures the ceteris paribus effect, the change in for a one-unit change in holding all else fixed, which is captured by keeping unchanged. This equation is the target; estimation later tries to recover its parameters from a sample.
Why it matters
Think of the equation as the truth in the world, not the line your software draws. The error term is honest bookkeeping for everything you left out, such as ability, motivation, or luck. Saying "holding all else fixed" really means holding the error fixed while you nudge , which is why what sits inside that error matters so much for interpretation.
Formulas
Worked examples
Write the population model linking wages to education and say what the error contains.
Write . The error holds ability, experience, family background, school quality, and luck. The ceteris paribus return to a year of schooling, , is the change in wage holding all of those unobserved factors fixed, which is why it is the parameter of real interest.
Common mistakes
- ✗The error term is just measurement noise. The error mainly represents omitted factors that influence , not only mistakes in measuring it.
- ✗The betas are numbers we compute from data. The population betas are fixed unknown constants; what we compute from a sample are estimates, written and .
- ✗Ceteris paribus is automatic once you write the equation. The ceteris paribus reading is valid only if the omitted factors in are unrelated to , a condition that has to be argued, not assumed.
- ✗The intercept is always economically meaningful. The intercept describes at , which can be outside the sensible range, so its interpretation is often limited.
Revision bullets
- •Population model:
- •Betas are fixed unknown population parameters
- •Error collects all unobserved factors affecting
- •Slope is the ceteris paribus effect, holding fixed
- •The model is the target; estimation recovers it from a sample
Quick check
In , the error term primarily represents
The ceteris paribus interpretation of requires that, as changes,
Connected topics
Sources
- Wooldridge (2019), Ch. 2Wooldridge, J. M. Introductory Econometrics: A Modern Approach. 7th ed. Cengage, 2019. ISBN 978-1-337-55886-0.Section 2.1 sets up the simple regression model, the error term, and the ceteris paribus slope.