Practice · Boundary case

Jersey colour & wins

The rookie is on a roll and fits a regression to everything. This time, knowing the right answer means knowing when SLR is the wrong tool.

A no-entry sign over categorical bars
0 / 2 graded
person

Rookie's submission

Model: wins ? jersey colour · n = 12 teams
x = jersey_colour: Red, Blue, White, Green, Black, ... y = wins fit <- lm(wins ~ jersey_colour) "Estimated slope = 3.2" "So switching to red would add about 3 wins."
1 · What's the fundamental problem here?
2 · So what should the rookie do instead?
block

Graded — you knew when to walk away.

Knowing when not to reach for SLR is as important as knowing how to run it. Numeric X, straight-line link — otherwise, pick a different tool.

↩ All case files