Simple regression showed that larger milk packages tend to have higher prices. However, price may also depend on package size and number of pieces. Multiple regression allows us to study several explanatory variables simultaneously.
The central idea is:
Estimate the effect of one variable while holding other variables constant.
Applied Question
Does volume still matter after accounting for package size and number of pieces?
The explanatory power improves after including additional variables.
Why Did the Volume Coefficient Change?
Simple regression coefficient:
\[
417.0
\]
Multiple regression coefficient:
\[
261.4
\]
The coefficient decreases because part of the relationship previously attributed to volume is now explained by package size and number of pieces.
Interpreting the Volume Coefficient
Holding package size and number of pieces constant, a 1,000 ml increase in total volume is associated with an average increase of approximately 261 price units.
This phrase, “holding other variables constant,” is the defining feature of multiple regression.
Tip
The phrase “holding other variables constant” is the key idea behind multiple regression.
Control Variables
Size1000 and Pieces are control variables. They help separate the relationship between volume and price from related package characteristics.
Omitted Variable Bias
If package size and pieces affect price and are correlated with volume, omitting them may distort the volume coefficient. The reduction from 417.0 to 261.4 illustrates why coefficients often change when controls are added.
Goodness of Fit
The improvement in R² is:
\[
0.302 - 0.274 = 0.028
\]
The model still leaves substantial variation unexplained, which motivates adding categorical variables such as Brand and Fat in Chapter 15.
Key Takeaways
Most economic outcomes depend on multiple variables.
Multiple regression allows economists to hold other variables constant.
The Milk Data multiple regression increases R² from 0.274 to 0.302.
The volume coefficient decreases from 417.0 to 261.4 after controls are added.