Chapter 14. Functional Forms: Logs, Quadratics, and Elasticities
Chapter Purpose
A regression model may be statistically correct but economically inappropriate if the wrong functional form is chosen. This chapter compares linear, quadratic, and log-log specifications using the actual Milk Data dataset.
Applied Question
Is a linear model the best way to describe the relationship between volume and price?
Linear Model
The simple linear model is:
\[
Price = 516.6 + 417.0 Volume1000
\]
with:
\[
R^2 = 0.274
\]
It assumes a constant marginal effect of volume.
Quadratic Model
A quadratic model allows the marginal effect to change:
The negative squared term indicates diminishing marginal effects. Price rises with volume, but the rate of increase becomes smaller as volume increases.
Log-Log Model
The log-log model is:
\[
\ln(Price) = \beta_0 + \beta_1 \ln(Volume) + u
\]
In a log-log model, the coefficient is an elasticity.
A 1% increase in package volume is associated with an average increase of approximately 0.759% in price.
If volume increases by 10%, price is expected to increase by about 7.6%.
Comparing Models
Model
R²
Linear
0.274
Multiple Linear
0.302
Log-Log
0.655
The log-log specification explains substantially more price variation than the level model.
Why the Elasticity Is Less Than One
Because 0.759 is less than one, price increases proportionally less than volume. This suggests quantity discounts or scale economies in package pricing.
Choosing Functional Forms
Functional form selection should be based on economic theory, visual inspection, statistical performance, and interpretability. A higher R² alone is not enough.
Common Mistakes
WarningCommon Mistake 1
Using logarithms when variables contain zeros or negative values.
WarningCommon Mistake 2
Interpreting elasticity coefficients as ordinary level coefficients.
WarningCommon Mistake 3
Choosing a model solely because it has a higher R².
Key Takeaways
Functional form matters.
The simple linear model explains 27.4% of variation.
The log-log model explains 65.5% of variation.
The estimated elasticity is 0.759.
The quadratic specification reveals diminishing marginal effects.
The Milk Data strongly support a nonlinear relationship.