Smoking and Asthma
Context
Judea Pearl concludes Chapter 4 in The Book of Why (opens in a new tab) with a model from a paper by Andrew Forbes and Elizabeth Williamson (opens in a new tab) on the effect of smoking (X) on adult asthma (Y). It is the final example illustrating the Back-Door Criterion. (Pearl, p. 164)
Here is the causal Bayesian network for this problem domain:
BoW_Asthma.xbl (opens in a new tab)
- You can use
Menu > Analysis > Visual > Graph > Influence Paths to Target
to find all paths from Smoking to Asthma. - As it turns out, there are 14 noncausal paths and one causal path!
- Our task is to block all 14 noncausal paths and keep the one causal path open. If we can't do that, we won't be able to estimate the effect causal effect of Smoking on Asthma.
- In this example, the variable Predisposition toward Asthma provides an extra challenge. It is a not-observable (or hidden) variable. Hence, you cannot adjust for it, which means you cannot use it to block any of the 14 noncausal paths.
- In the end, you have to adjust for five variables (highlighted in green in the screen capture) to block all noncausal paths to estimate the causal effect of Smoking on Asthma.
- After controlling for these variables, only one causal path remains, representing the relationship of interest, i.e., the effect of Smoking on Asthma.