US Trends

how can you tell the difference between a strong linear association and a weak linear association?

A strong linear association shows points that tightly cluster around a straight line, while a weak linear association shows points more widely scattered around a line or with only a vague line pattern.

Visual check on a scatterplot

  • In a strong linear association, the points almost form a narrow “tube” around an imaginary straight line; the pattern looks very line-like with little spread.
  • In a weak linear association, the points are more spread out, the pattern looks “fuzzy,” and you could still draw a line, but many points sit far from it.
  • If the points do not suggest any straight-line trend at all, then the linear association is very weak or essentially none.

Using the correlation coefficient rrr

  • The strength of a linear association is often measured by the correlation coefficient rrr, which ranges from −1-1−1 to 111.
  • Values of rrr close to 1 or -1 (for example r=0.9r=0.9r=0.9 or r=−0.85r=-0.85r=−0.85) indicate a strong linear association, positive or negative.
  • Values of rrr near 0 (for example r=0.1r=0.1r=0.1 or r=−0.2r=-0.2r=−0.2) indicate a weak linear association, meaning the points do not hug a straight line closely.

Putting it together (quick test)

When you see a graph or data:

  1. Ask: “Do the points roughly follow a straight line, and how tight is that pattern?” Strong = tight line-like pattern; weak = loose cloud.
  1. If you have rrr:
    • ∣r∣|r|∣r∣ large (close to 1) ⇒ strong linear association.
    • ∣r∣|r|∣r∣ small (near 0) ⇒ weak linear association.

TL;DR: tighter, more line-shaped scatter and ∣r∣|r|∣r∣ near 1 ⇒ strong; more scattered points and ∣r∣|r|∣r∣ near 0 ⇒ weak.

Information gathered from public forums or data available on the internet and portrayed here.