At NorthBridge Capital, a quant analyst is comparing two linear regression models for predicting monthly stock returns. The team wants to know why a model with more predictors can show a higher but still be a worse choice once model complexity is considered.
You are given summary statistics for two regression models fit on the same 60 months of stock return data. Model A uses market excess return as the only predictor. Model B adds size, value, momentum, and short-term reversal factors. Explain the difference between and adjusted , compute both adjusted values, and determine which model is preferable based on goodness-of-fit after penalizing unnecessary predictors.
| Model | Observations | Predictors | |
|---|---|---|---|
| A: Market-only | 60 | 1 | 0.082 |
| B: Multi-factor | 60 | 5 | 0.109 |
Assume both models include an intercept.