Skip to main content
ExplainerCausal InferenceExplainer· 5 min read· in Perspectives

The Counterfactual Problem: Why Observational Data Can Never Prove Causation Without a Causal Model

While massive datasets can reveal powerful correlations, mathematical frameworks prove that observational data alone cannot establish cause and effect without explicit structural assumptions.

By Rohan Kapoor

Structural Causal Theorists 45%Potential Outcomes Statisticians 35%Observational Data Analysts 20%
Structural Causal Theorists
Argue that causal inference is impossible without explicitly mapping assumptions via directed acyclic graphs before analyzing data.
Potential Outcomes Statisticians
Focus on estimating causal effects by treating observational data as a missing data problem that can be solved through rigorous variable control.
Observational Data Analysts
Emphasize the practical utility of extracting actionable insights from large datasets, even when perfect experimental conditions are impossible.

Why it matters

Every major decision in public health, economics, and artificial intelligence relies on interpreting data. Understanding the mathematical boundary between correlation and causation prevents policymakers and algorithms from taking actions that could actively cause harm based on misread evidence.

On March 25, 2015, researchers at the Federal Reserve Bank of Cleveland published Working Paper 15-05, a dense mathematical treatise that formalized a quiet revolution in how economists understand reality. The paper did not announce a new interest rate policy or forecast inflation. Instead, it drew a hard mathematical boundary between two competing frameworks for understanding cause and effect: the Rubin Causal Model and Structural Causal Models. The distinction matters profoundly because modern society is drowning in observational data, yet data alone—no matter how vast—cannot mathematically prove what causes what.[1]

The core argument is transparent: we cannot simply look at a spreadsheet of historical events and deduce causality. As the National Institutes of Health's repository notes, the entire field of causal inference is built on the concept of counterfactuals. A counterfactual asks what would have happened to a specific subject if an intervention had not occurred. Because we cannot observe both realities simultaneously, causal inference is fundamentally a missing data problem.[3]

Historically, the dominant approach to this missing data was the Rubin Causal Model, named after statistician Donald Rubin. This framework relies on "potential outcomes" and assumes that if we control for enough variables, the treatment assignment becomes effectively random—a condition known as "conditional exchangeability." It is a powerful tool for estimating effects when the intervention is clearly defined, such as a medical treatment, and the variables are strictly controlled.[1]

The three mathematical rungs required to move from basic data correlation to true causal reasoning.

However, the strongest counter-argument to the Rubin model emerged from computer science, spearheaded by Judea Pearl. In his 2009 foundational text, Causality: Models, Reasoning, and Inference, Pearl demonstrated that the potential outcomes framework lacks the mathematical vocabulary to express the structural relationships between variables before the data is collected. Pearl argued that without a structural model, statisticians are flying blind, unable to verify if their statistical controls are actually helping or hurting.[5]

Pearl introduced Directed Acyclic Graphs (DAGs)—simple visual maps of arrows connecting variables—to explicitly state causal assumptions. These structural models prove that simply controlling for more variables does not automatically bring you closer to the truth. In fact, controlling for a specific type of variable called a "collider" mathematically introduces bias where none existed, creating a false correlation between two entirely independent causes.[5]

Pearl introduced Directed Acyclic Graphs (DAGs)—simple visual maps of arrows connecting variables—to explicitly state causal assumptions.

This is where the "Big Data" empiricist view falls short. Industry analysts frequently ask whether observational studies can show cause and effect, especially with the advent of machine learning. The algorithmic instinct is to feed every available variable into a model and let the computer sort it out. But algorithms operate on the lowest rung of what Pearl calls the "Ladder of Causation"—association. They excel at seeing that symptom A is correlated with disease B, but they cannot deduce whether A causes B, B causes A, or a hidden factor C causes both.[4][5]

To move up the ladder to intervention (what happens if we change A?) and counterfactuals (what would have happened if we had not changed A?), we must supply the machine with a causal model. The data cannot generate the model; the model must constrain the data. As the Federal Reserve researchers highlighted, structural models define the causal mechanisms explicitly, allowing researchers to test whether their assumptions are compatible with the observed data.[1]

Controlling for the wrong variable—known as a collider—can mathematically create a false correlation between independent events.

The medical field has increasingly recognized this hard limit. A comprehensive review published in the Journal of Epidemiology and Community Health emphasizes that effect estimation using observational data requires rigorous causal inference frameworks. Epidemiologists can no longer simply run regressions and append a disclaimer that "correlation does not imply causation." They must explicitly state their causal assumptions using DAGs before calculating a single p-value.[2]

The transparency of this approach is its greatest strength. When researchers publish a structural causal model, they are putting their assumptions on the table. If a critic disagrees with the conclusion, they do not have to argue vaguely about "omitted variable bias." They can point to the exact arrow in the DAG that they believe is missing or drawn backward, turning a philosophical debate into a testable mathematical proposition.[5]

This dialectic between the Rubin and Pearl frameworks has ultimately strengthened both. The Rubin model provides the rigorous statistical machinery for estimating the size of a causal effect, while Pearl's structural models provide the logical blueprint required to ensure that the estimation is mathematically valid in the first place. Together, they form the bedrock of modern causal inference.[1][5]

The implications extend far beyond academic statistics. From tech companies running A/B tests to governments evaluating policy interventions, the reliance on observational data is absolute. Yet, as the literature confirms, without a structural model, every causal claim derived from observational data remains mathematically unproven, vulnerable to hidden confounders and collider bias.[3]

The Rubin and Pearl frameworks approach the missing data problem of causal inference from different mathematical foundations.

The next frontier is integrating these causal models directly into artificial intelligence. Until AI systems can process counterfactuals—reasoning about what would have happened under different circumstances—they will remain sophisticated pattern matchers rather than true reasoning engines. The mathematical floor has been established: data is the evidence, but the causal model is the logic that makes the evidence meaningful.[6]

Where opinion splits

The Structural Model View

Causation must be mapped before data is analyzed.

Proponents of Judea Pearl's framework argue that data is fundamentally dumb. A dataset can tell you that ice cream sales and shark attacks rise together, but it cannot tell you that summer heat causes both. Structural theorists insist that researchers must draw a Directed Acyclic Graph (DAG) to explicitly state their assumptions about how the world works before running any statistical tests. This transparency allows the scientific community to debate the logic of the model rather than just the math of the output.

The Potential Outcomes View

Causation is a missing data problem solved by exchangeability.

Statisticians working within the Rubin Causal Model approach the problem differently. They view causal inference as an attempt to estimate the 'potential outcome' of an intervention that didn't happen. If a patient took a drug, what would have happened if they hadn't? Because we cannot observe both, this camp focuses on finding a control group that is 'conditionally exchangeable' with the treatment group—meaning that once you control for enough variables, the two groups are mathematically identical except for the drug.

The Empiricist View

Massive datasets and machine learning can approximate causal truths.

Applied data scientists and industry analysts often operate under the assumption that with enough data and sophisticated enough algorithms, the difference between correlation and causation becomes negligible for practical decision-making. While acknowledging the theoretical limits of observational data, this camp argues that waiting for perfect structural models or randomized trials is often impossible in fast-moving fields like tech, economics, and public health.

Sources

Source coverage

6 outlets

3 viewpoints surfaced

Structural Causal Theorists 45%Potential Outcomes Statisticians 35%Observational Data Analysts 20%
  1. [1]Federal Reserve Bank of ClevelandStructural Causal Theorists

    A Distinction between Causal Effects in Structural and Rubin Causal Models

    Read on Federal Reserve Bank of Cleveland
  2. [2]J Epidemiol Community HealthPotential Outcomes Statisticians

    Causal inference and effect estimation using observational data

    Read on J Epidemiol Community Health
  3. [3]PMCPotential Outcomes Statisticians

    Causal inference based on counterfactuals

    Read on PMC
  4. [4]QuanticateObservational Data Analysts

    Can Observational Studies Show Cause and Effect?

    Read on Quanticate
  5. [5]ILLCStructural Causal Theorists

    Causality: Models, Reasoning, and Inference

    Read on ILLC
  6. [6]Factlen Editorial Team

    Synthesis by Factlen editorial team

    Read on Factlen Editorial Team

Comments

Stay informed

Every angle. Every day.

Get Perspectives stories with full source coverage and perspective breakdowns delivered to your inbox.