Chapter 4 introduced effect modification: the phenomenon where the effect of treatment \(A\) varies across levels of another variable \(V\). In this chapter, we extend the concept to interaction between two treatments.
Interaction addresses a fundamentally different question: Does the joint effect of two treatments differ from the sum of their individual effects? Understanding interaction is crucial for:
To define interaction, we need to consider the joint effect of two treatments, which requires imagining interventions on both treatments simultaneously.
Suppose we have two binary treatments:
This creates four possible treatment combinations: 1. \((A=0, E=0)\): Neither treatment 2. \((A=1, E=0)\): Aspirin only 3. \((A=0, E=1)\): Blood pressure medication only
4. \((A=1, E=1)\): Both treatments
For each individual, we have four counterfactual outcomes:
Definition 1 (Additive Interaction) There is additive interaction (on the risk difference scale) between treatments \(A\) and \(E\) if:
\[E[Y^{a=1,e=1}] - E[Y^{a=0,e=0}] \neq \bigl(E[Y^{a=1,e=0}] - E[Y^{a=0,e=0}]\bigr) + \bigl(E[Y^{a=0,e=1}] - E[Y^{a=0,e=0}]\bigr)\]
In words: the joint effect of both treatments differs from the sum of the individual effects.
Equivalently, we can define additive interaction using the interaction contrast:
\[\text{IC} = E[Y^{a=1,e=1}] - E[Y^{a=1,e=0}] - E[Y^{a=0,e=1}] + E[Y^{a=0,e=0}]\]
If \(\text{IC} \neq 0\), there is additive interaction.
Example 1 (Interaction Example) Suppose we study the effect of aspirin and exercise on heart attack risk (with lower values being better):
| Treatment Combination | Risk |
|---|---|
| No aspirin, no exercise: \(E[Y^{a=0,e=0}]\) | 0.30 |
| Aspirin only: \(E[Y^{a=1,e=0}]\) | 0.25 |
| Exercise only: \(E[Y^{a=0,e=1}]\) | 0.20 |
| Both aspirin and exercise: \(E[Y^{a=1,e=1}]\) | 0.10 |
Individual effects:
Joint effect:
Interaction contrast:
There is negative additive interaction (antagonism is not the right word here; rather, the combined benefit exceeds the sum). Actually, let me recalculate:
\(\text{IC} = 0.10 - 0.25 - 0.20 + 0.30 = -0.05\)
Since \(\text{IC} < 0\), there is negative interaction, but in this case both treatments are beneficial, and their combined effect (-0.20) is actually more beneficial than the sum of individual effects (-0.15). This is synergism: the combination is more effective than expected from adding individual effects.
To identify interaction from observed data, we need the three identifiability conditions introduced in Chapter 3:
Exchangeability for the joint treatment \((A, E)\): \[Y^{a,e} \perp\!\!\!\perp (A, E) \quad \text{for all } (a,e)\]
Positivity for the joint treatment: \[Pr[A = a, E = e] > 0 \quad \text{for all } (a,e)\]
Consistency: \[Y = Y^{A,E}\] No interference, well-defined treatments
Under the identifiability conditions, we can estimate the interaction contrast:
In a randomized experiment: \[\widehat{\text{IC}} = \bar{Y}_{A=1,E=1} - \bar{Y}_{A=1,E=0} - \bar{Y}_{A=0,E=1} + \bar{Y}_{A=0,E=0}\]
where \(\bar{Y}_{a,e}\) is the average observed outcome in the group assigned to treatment combination \((a,e)\).
In an observational study with confounders \(L\): Use standardization, IP weighting, or regression to adjust for \(L\) before computing the interaction contrast.
Another way to understand interaction is through counterfactual response types—classifications of individuals based on their pattern of potential outcomes.
For a binary outcome, individuals can be classified into one of four types based on their four potential outcomes:
And several other combinations…
Interaction on the additive scale corresponds to certain response types being more or less common than others.
Example 2 (Response Types Example) Suppose we have:
Then:
Interaction contrast: \[\text{IC} = 0.10 - 0.30 - 0.40 + 0.60 = 0\]
Despite the synergistic response type existing, there is no interaction on the additive scale because the effects balance out.
An alternative framework for thinking about interaction is the sufficient cause model, developed by Kenneth Rothman.
Definition 2 (Sufficient Cause) A sufficient cause is a set of conditions that inevitably produces the outcome. Once all components of a sufficient cause are present, the outcome occurs.
Each sufficient cause consists of component causes—individual factors that, together, are sufficient to produce the outcome.
Example 3 (Sufficient Cause Example) Consider lung cancer. Possible sufficient causes:
Sufficient Cause I: Smoking + Genetic variant A + Occupational asbestos exposure
Sufficient Cause II: Radon exposure + Genetic variant B + Poor diet
Sufficient Cause III: Smoking + Radon exposure + Genetic variant C
An individual will develop lung cancer if they complete any one (or more) of these sufficient causes by acquiring all of its component causes.
Within the sufficient cause framework, we can define a specific type of interaction:
Definition 3 (Sufficient Cause Interaction) There is sufficient cause interaction between \(A\) and \(E\) if they are both component causes of the same sufficient cause.
In other words, \(A\) and \(E\) interact if there exists some sufficient cause containing both \(A\) and \(E\) as components.
Sufficient cause interaction corresponds to synergism:
Example 4 (Sufficient Cause Interaction Example) Consider the effect of smoking (\(A\)) and asbestos exposure (\(E\)) on lung cancer (\(Y\)):
Sufficient Cause I: Smoking + Asbestos + Unknown factors U₁ Sufficient Cause II: Smoking + Unknown factors U₂
Sufficient Cause III: Asbestos + Unknown factors U₃
If an individual has Unknown factors U₁ but not U₂ or U₃:
This is pure synergism: neither treatment alone has an effect, but the combination does.
Should we use the counterfactual (potential outcomes) framework or the sufficient cause framework to study interaction?
This chapter introduced interaction between two treatments.
Key concepts:
Definition: Interaction exists when the joint effect of two treatments differs from the sum of their individual effects: \[\text{IC} = E[Y^{a=1,e=1}] - E[Y^{a=1,e=0}] - E[Y^{a=0,e=1}] + E[Y^{a=0,e=0}] \neq 0\]
Identification: Requires exchangeability, positivity, and consistency for the joint treatment \((A, E)\)
Response types: Interaction can be understood through the distribution of counterfactual response types in the population
Sufficient causes: The sufficient cause model provides a mechanistic framework where interaction corresponds to synergism
Frameworks: The counterfactual (potential outcomes) framework is recommended for formal analysis; sufficient causes provide mechanistic intuition
Scale dependence: Whether interaction exists depends on the scale (additive, multiplicative, etc.)