Conditional Independence Assumption

Summary

The CIA states that, conditional on observed covariates , potential outcomes are independent of treatment assignment. This is the key assumption that gives regression a causal interpretation — sometimes called “selection on observables.”

Formal Statement

For multi-valued treatment with potential outcomes :

This means that conditional on , treatment is “as good as randomly assigned.”

From CIA to Causal Regression

Under the CIA with a linear constant-effects model :

  1. Decompose (the part explained by observables + remainder)
  2. The CIA ensures is uncorrelated with conditional on
  3. This gives the causal regression:

The coefficient has a causal interpretation as the average causal effect.

When Does the CIA Hold?

  • In randomized experiments, by design (possibly conditional on stratification variables)
  • In observational studies, when you believe all confounders are observed and controlled for
  • The big question: what are the right control variables ?

Bad Controls

Not all controls are good. Variables that are themselves affected by treatment (“bad controls”) can introduce bias rather than remove it. Only include pre-treatment covariates or variables known to be unaffected by treatment.

ConceptRelationship
Selection biasWhat the CIA eliminates
OVBWhat happens when CIA fails
IVAlternative when CIA is implausible
Propensity scoreDimension-reducing tool under the CIA

See Also