Apps

🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!

← Back to Library
blog.category.aspects Mar 30, 2026 2 min read

Spurious Correlation — When Logic Wears a Disguise

A spurious correlation is a statistical association between two variables that has no direct causal connection, arising instead from a shared common cause, coincidence, or a shared secular trend over time. Unlike confounded associations, truly spurious correlations reflect noise that happens to pattern like a signal. The internet has made it trivially easy to mine datasets for statistically significant spurious correlations.

Also known as: Nonsense correlation, Accidental correlation

How It Works

With enough variables and time series data, some will correlate by chance. Shared temporal trends generate artifactual correlations that survive standard significance testing.

A Classic Example

Per capita cheese consumption correlates strongly with deaths by bedsheet tangling (r = 0.95, p < 0.001) in US data from 2000-2009. Both variables happen to trend upward over the same period. No causal mechanism exists.

More Examples

A social media post goes viral claiming that countries with higher chocolate consumption produce more Nobel Prize winners (r = 0.79). Both variables are actually proxies for national wealth — richer countries can afford both chocolate and well-funded research universities. There is no causal pathway from cocoa to scientific genius.
A marketing analyst notices that monthly sales of sunscreen correlate strongly with monthly drowning deaths (r = 0.85). Rather than sunscreen causing drownings, both variables are driven by a third factor: summer weather increases both beach activity and sunscreen purchases simultaneously.

Where You See This in the Wild

Tyler Vigen's Spurious Correlations website catalogs hundreds of statistically significant correlations between unrelated time series, illustrating how easily data mining produces meaningless findings.

How to Spot and Counter It

Demand a plausible causal mechanism before taking a correlation seriously. Apply first-differencing or detrending for time series. Use causal graphs to evaluate whether the observed association could be spurious given known confounders.

The Takeaway

The Spurious Correlation is one of those reasoning errors that sounds perfectly logical at first glance. That's what makes it dangerous — it wears the costume of valid reasoning while smuggling in a broken conclusion. The best defense? Slow down and ask: does this conclusion actually follow from these premises, or am I just connecting dots that happen to be near each other?

Next time someone presents you with an argument that "just makes sense," check the structure. The feeling of logic is not the same as logic itself.

Related Articles