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

Collider Bias — When Logic Wears a Disguise

A statistical error that occurs when conditioning on a variable that is causally affected by two other variables creates a spurious association between those two variables. In a causal diagram, a collider is a variable where two causal arrows converge, and conditioning on it opens a non-causal path.

Also known as: Endogenous Selection Bias, Berkson's Bias (specific case)

How It Works

Conditioning on a common effect creates a mathematical dependency between its causes, even when they are truly independent. This is counterintuitive because controlling for variables is usually seen as beneficial.

A Classic Example

Among hospitalized patients (collider), a negative correlation appears between two diseases that are actually independent in the general population, because having either disease is sufficient for hospitalization.

More Examples

A study of professional athletes finds a puzzling negative correlation between raw strength and cardiovascular endurance. In the general population the two traits are unrelated, but because both independently increase the chance of making it to elite sport (the collider), conditioning on being a professional athlete creates a spurious trade-off.
Researchers studying successful tech startups find that companies with charismatic founders tend to have weaker initial products. In the broader startup population, charisma and product quality are unrelated — but investors fund startups that have at least one of the two, so among funded companies (the collider), the two traits appear negatively correlated.

Where You See This in the Wild

Epidemiological studies, social science research, machine learning feature selection, and hospital-based studies.

How to Spot and Counter It

Draw the causal diagram before deciding which variables to control for. Never condition on a descendant of the exposure and outcome without understanding the causal structure.

The Takeaway

The Collider Bias 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