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 :
- Decompose (the part explained by observables + remainder)
- The CIA ensures is uncorrelated with conditional on
- 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.
Related Concepts
| Concept | Relationship |
|---|---|
| Selection bias | What the CIA eliminates |
| OVB | What happens when CIA fails |
| IV | Alternative when CIA is implausible |
| Propensity score | Dimension-reducing tool under the CIA |
See Also
- Regression and the CEF
- Omitted Variables Bias
- The Selection Problem
- Data Collection Models — Bayesian treatment of ignorability, the direct parallel to CIA
- Directed Acyclic Graphs — DAGs provide the algorithmic tool for finding the adjustment set that satisfies the CIA