Correlation ≠ causation (boats may hit manatees, but also both variables rise with population/economic growth)
Graph conveys pattern clearer than separate bar charts originally shown
Correlation in Depth
Usage criteria
Both variables quantitative
Relationship roughly linear
Interpretation components
Direction
Positive: (y) increases with (x) ((r>0))
Negative: (y) decreases with (x) ((r<0))
None: scatter cloud ((r\approx0)) or flat line
Strength
∣r∣=1 perfect linear fit
∣r∣≈0.7 strong (practically meaningful)
∣r∣<0.3 weak/negligible (to be tested in Module 13)
Mathematical formula r=∑</em>i=1n(x<em>i−xˉ)2∑</em>i=1n(yi−yˉ)2∑<em>i=1n(x</em>i−xˉ)(y<em>i−yˉ)
Invariance properties
Swapping (x,y) leaves (r) unchanged
Adding/multiplying one variable by a constant leaves (r) unchanged (linear rescaling)
Pitfalls & “Correlation Concerns” (A–F mnemonic)
A. Always Graph First – detect non-linear forms (enzyme vs. pH example, r=0 but clear curve)
B. Beware Outliers – can inflate/deflate (r) dramatically (husband-wife ages: (r=0.44) vs. (0.97) after removing data error)
C. Correlation ≠ Causation – most studies are surveys; cannot assign cause
D. Third-Variable (Lurking) Problem – e.g., TV ownership vs. life expectancy mediated by income
E. Extrapolation Risk – don’t interpret association outside data range (HS GPA vs. TV hours cartoon)
F. Form Misinterpretation – identical (r) values can mask radically different scatterplot shapes (Anscombe-like slide, all (r=0.7))
Appropriate wording: tends to, linked, associated, connected, tied to
Regression Essentials
Aim: predict or explain (y) from (x)
Best-Fit (least-squares) line minimizes vertical residuals: e<em>i=y</em>i−y^i
Simple Linear Formula: y^=b<em>0+b</em>1x
Example: Onion frying experiment (controlled)
Onion size (cm)=24.6+2.8Salt (tsp)
R2=0.87 → 87 % of onion-size variability explained by salt concentration
Replicates at each salt level confirm experimental design
Coefficient of Determination ((R^2))
Quantifies explanatory power (tightness only, no direction)
R2=(Correlation)2 for simple linear regression when assumptions met