Coefficient of Determination
Interpret rยฒ as the proportion of variability explained by the regression model.
Try the Interactive Version!
Learn step-by-step with practice exercises built right in.
Coefficient of Determination ()
Definition
measures the proportion of variability in the response variable () that is explained by the linear relationship with the explanatory variable ().
Interpretation
" of the variability in [y variable] is explained by the linear relationship with [x variable]."
Example: If , then . "72.25% of the variability in exam scores is explained by the linear relationship with hours studied."
Understanding Visually
compares two models:
- No model: Use to predict every observation (total variability = )
- Regression model: Use (remaining variability = )
Properties of
- : Perfect linear fit (all points on the line)
- : No linear relationship
- Higher = better linear model fit
- doesn't tell you about the direction (use for that)
What Doesn't Tell You
- Whether the relationship is truly linear (check residual plot)
- Whether there is causation
- Whether extrapolation is valid
- Whether there are influential points
in Context
| | Quality of Linear Fit | |-------|----------------------| | 0.90+ | Excellent | | 0.70โ0.90 | Good | | 0.50โ0.70 | Moderate | | Below 0.50 | Weak |
Connection to Regression Output
In computer regression output, is often labeled:
- "R-sq" or "R-squared"
- "Coefficient of determination"
- The square root gives (check the slope for sign)
AP Tip: The most common error is confusing and . Remember: is the correlation (direction + strength), and is the proportion of variability explained. Always interpret as a percentage in context.
๐ Practice Problems
No example problems available yet.