Note: small increase in r causes larger increase in \(r^2\) (quadratic relationship)
Context: When to Report \(r^2\)
Use \(r^2\) when:
Describing how well regression model predicts (goodness of fit)
Comparing models: larger \(r^2\) ā better fit
Assessing practical significance: is 42% explained variation enough for our purpose?
Caution: high \(r^2\) doesn't prove causation; still need experimental design
Common Mistakes
Confusing r and \(r^2\): r = correlation (ā1 to 1); \(r^2\) = proportion (0 to 1)
Claiming "85% of y equals x": \(r^2 = 0.85\) means "85% of variation in y is explained by x," not "y is 85% determined by x"
Reporting \(r^2\) as percentage but computing as decimal: if \(r^2 = 0.72\), report as 72%, not 0.72%
Ignoring other factors: \(r^2 = 0.60\) means 40% of variation NOT explained; other variables matter
AP Exam Tip
When asked to interpret \(r^2\):
Template: "[r²]% of the variation in [y-variable] is explained by the linear regression model with [x-variable]. The remaining [100ār²]% is due to other factors."
Example response: "\(r^2 = 0.84\) means that 84% of the variation in exam scores can be explained by the linear relationship with hours studied. The remaining 16% of variation is attributable to other factors such as prior knowledge, test difficulty, or sleep quality."
On calculator: \(r^2 = \text{coefficient of determination}\) displayed when you fit linear regression (alongside slope, intercept, r).
š Practice Problems
1Problem 1easy
ā Question:
A regression has correlation r = 0.8. Calculate and interpret R².
š” Show Solution
Step 1: Calculate R²
Formula: R² = r²
R² = (0.8)² = 0.64
Step 2: Express as percentage
R² = 0.64 = 64%
Step 3: Interpret
"64% of the variability in y is explained by the linear relationship with x."
The remaining 36% is unexplained variation (random error, other factors).
Step 4: Implications
R² = 0.64 suggests:
Strong relationship (64% explained)
Model captures most of pattern
Useful for predictions
But 36% still unexplained
Answer: R² = 0.64 or 64%. This means 64% of the variation in y is explained by the linear relationship with x.
2Problem 2easy
ā Question:
Model A has R² = 0.85, Model B has R² = 0.45. Which is better for predictions?
Step 2: Why R² ℠0
Any number squared is non-negative:
Even negative r gives positive R²
(-0.7)² = 0.49 ℠0
Minimum R² = 0 (no relationship)
Step 3: Why R² ⤠1
Correlation is bounded: -1 ⤠r ⤠1
Squaring preserves this:
Maximum |r| = 1
Maximum r² = 1² = 1
Cannot exceed 100% of variation
Step 4: Interpretation
R² = 0: No linear relationship (0% explained)
R² = 1: Perfect linear relationship (100% explained)
You cannot explain less than 0% or more than 100%!
Step 5: If you see R² = 1.5 or R² = -0.3
CALCULATION ERROR! Recheck your work.
Answer: R² must be 0 ⤠R² ⤠1 because it equals r² (always non-negative) and correlation is bounded by -1 ⤠r ⤠1. Cannot explain less than 0% or more than 100% of variation.
5Problem 5medium
ā Question:
A model has SST = 500 and SSE = 125. Calculate and interpret R².
š” Show Solution
Step 1: Understand sum of squares
SST = Total Sum of Squares = total variation
SSE = Sum of Squared Errors = unexplained variation
SSR = Regression Sum of Squares = explained variation
Relationship: SST = SSR + SSE
Step 2: Calculate SSR
SSR = SST - SSE
SSR = 500 - 125 = 375
Interpret r² as the proportion of variability explained by the regression model.
How can I study Coefficient of Determination effectively?ā¾
Start by reading the study notes and working through the examples on this page. Then use the flashcards to test your recall. Practice with the 5 problems provided, checking solutions as you go. Regular review and active practice are key to retention.
Is this Coefficient of Determination study guide free?ā¾
Yes ā all study notes, flashcards, and practice problems for Coefficient of Determination on Study Mondo are free to access. No account is needed.
What course covers Coefficient of Determination?ā¾
Coefficient of Determination is part of the AP Statistics course on Study Mondo, specifically in the Unit 2: Exploring Two-Variable Data section. You can explore the full course for more related topics and practice resources.
Are there practice problems for Coefficient of Determination?ā¾
Yes, this page includes 5 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.
Answer: Model A is better. It explains 85% of variation versus only 45% for Model B, meaning more accurate predictions.