Reading r
r runs from −1 to +1. The sign gives the direction (positive: y tends to rise with x) and the size gives the strength of the linear relationship. Rough guides: |r| above 0.8 is very strong, 0.6–0.8 strong, 0.4–0.6 moderate, 0.2–0.4 weak. These labels vary by field; in physics 0.9 might be disappointing, in psychology 0.3 can be notable.
What r can’t tell you
r only measures straight-line association. A perfect U-shaped relationship can have r = 0. It is sensitive to outliers, and it says nothing about cause: ice-cream sales and drownings correlate because both rise in summer. Always look at the scatter plot, which the linear regression calculator draws.
Frequently asked questions
What is the difference between r and r²?
r is the correlation, with a sign. r² is the proportion of variation in y explained by the linear relationship with x, always between 0 and 1.
Is a correlation of 0.5 significant?
It depends on n. With 10 pairs, r = 0.5 gives p ≈ 0.14 (not significant at 0.05); with 30 pairs, p ≈ 0.005.