How to interpret Pearson r and r squared
A plain-language guide to reading the correlation coefficient, judging strength and direction, and avoiding the classic misreadings of r.
Strength and direction in one number
Pearson r packs two facts into a single figure between -1 and 1. The sign tells you the direction: a positive r means the two variables tend to increase together, while a negative r means one tends to fall as the other rises. The distance from zero tells you the strength, so an r of -0.85 describes a stronger relationship than an r of 0.4 even though it is negative. As a rough guide many analysts call values above 0.7 strong, 0.5 to 0.7 moderate, and below 0.3 weak, but sensible thresholds depend on your field.
What r squared adds
Squaring r turns it into r squared, the coefficient of determination. Because squaring removes the sign, r squared only speaks to strength, not direction, and always sits between 0 and 1. Read it as the fraction of the variation in one variable that a straight-line fit to the other can account for. An r of 0.6 looks respectable until you square it to 0.36 and realise the linear relationship explains only about a third of the movement, leaving the rest to other factors and noise.
Common traps to avoid
The famous warning that correlation is not causation is only the start. Pearson r is also fragile to outliers, and a single stray point can push a near-zero r toward the extremes or hide a genuine trend. It measures straight-line association only, so a strong curved relationship can register close to zero. Small samples are unstable too, since two points always produce an r of exactly one. Always plot the data before trusting the number.
Turning a coefficient into a decision
A coefficient on its own rarely settles a question. Pair r with a scatter plot to check the shape, with the sample size to judge reliability, and ideally with a significance test to see whether the pattern could be chance. When you report a result, quote r, r squared and n together so a reader can weigh the effect and the evidence behind it. That habit keeps a tidy single number from being oversold.