Skip to main content

Causal Inference

Prediction versus Intervention. Former: “Among patients who got the treatement, what is YY?”

P(YT=1)P(Y|T=1)

If we intervene to assign treatment, what happens to YY?

P(Ydo(T=1))P(Y|\text{do}(T=1))

In general, P(YT=1)P(Ydo(T=1))P(Y|T=1) \ne P(Y|\text{do}(T=1)). That is, Prediction is not Intervention.

DAG Patterns

Confounders, Mediators, Colliders. Bread ‘n Butter.

PatternProblem
ConfounderSimpson’s Paradox
ColliderBerkson’s Paradox, Healthy Volunteer Effect
MediatorOveradjustment Bias

Source