To the Editor
Interaction analyses are commonplace in the epidemiology literature. Predominantly, investigators assess for interaction on the multiplicative scale when the outcome of interest is binary.1 For example, the standard exponentiated logistic regression coefficient corresponding to the product of two exposures represents the multiplicative ratio by which the joint effect (on the relative risk or odds ratio scale) of both exposures exceeds their individual contributions. Yet multiplicative measures alone are insufficient to fully assess the public health relevance of exposure interactions. For example, they can mislead strategies to target interventions to subgroups, thus reducing net benefit in the population.2
To overcome these limitations, several measures of interaction on the additive scale have been proposed3,4, and editorial policy for the journal Epidemiology advocates their reporting as common practice. Additive measures assess the difference, rather than the ratio, by which the joint effect exceeds the individual contributions by the two exposures; common examples for a binary outcome and binary exposures appear in the Table (rows 1–3).
Table.
Definition | Interpretation | Assumptions | ||
---|---|---|---|---|
Additive interactions | ||||
RERI (relative excess risk due to interaction) | RR11 − RR01 − RR10 + 1 | Difference between the joint RR and the separate contributions by the two exposures | None when interpreted associationally; otherwise NUCA for one or both exposures | |
Attributable proportion |
|
Proportion of outcome risk in the doubly-exposed group attributable to interaction | None when interpreted associationally; otherwise NUCA for one or both exposures | |
Proportion of joint effect due to interaction |
|
Proportion of the joint effects that is attributable to interaction | None when interpreted associationally; otherwise NUCA for one or both exposures | |
Mechanistic interactions | ||||
Synergy | There exists an individual with D11 = 1 but D01 = D10 = 0. | Presence of a mechanism such that some individuals would experience the outcome under both exposures, but not under either exposure alone | NUCA; optionally monotonicity assumptions for less stringent tests | |
Compositional epistasis | There exists an individual with D11 = 1 but D01 = D10 = D00 = 0. | Presence of a mechanism such that some individuals would experience the outcome if and only if both exposures were present | NUCA; optionally monotonicity assumptions for less stringent tests | |
Other measures | ||||
Proportion of joint effect due to exposure 1 |
|
-- | None when interpreted associationally; otherwise NUCA for one or both exposures | |
Proportion of joint effect due to exposure 2 |
|
-- | None when interpreted associationally; otherwise NUCA for one or both exposures |
RERI indicates relative excess risk due to interaction; D = binary outcome variable; E1 and E2 = binary exposure variables. NUCA = “no-unmeasured-confounding assumptions” for one or both exposure-outcome relationships.5 where a, b ε{0,1}, which can be replaced with an odds ratio as appropriate to study design. Dab = potential outcome for D under an intervention setting E1 = a and E2 = b.
Such measures accurately identify subgroups to which interventions should be targeted2 and furthermore can be used to assess for “mechanistic interactions” based on the sufficient cause framework.5 Examples of mechanistic interactions include sufficient cause synergism and compositional epistasis (Table, rows 4–5). Under the assumption that there is no unmeasured confounding of either exposure-outcome relationship, then a true relative excess risk due to interaction surpassing specific thresholds is sufficient to guarantee the existence of synergism and compositional epistasis. These thresholds on the relative excess risk due to interaction can be relaxed if one or both of the exposures can be assumed to have monotonic effects; that is, if the direction of the exposure’s causal effect would be the same direction for all individuals in the population.5
Existing software for additive interaction analyses in SAS and STATA6 allows the user to compute these measures, including the proportion of the effects attributable to interaction,5,6 along with confidence intervals. The present software provides a similar implementation in R with more options and flexibility than other R implementations, and it does not require recoding of exposures. It also more directly allows for the assessment of mechanistic interaction. The user-friendly R function additive_interactions addresses all these topics. The code is publicly available (https://osf.io/7ccpp/), along with documentation and usage examples. We briefly describe the functionality here.
The user passes a standard model object from a logistic regression (fit via R’s glm) of the outcome on both binary exposures and their interaction. The linear predictor can include confounders of arbitrary specification. Using fitted coefficients and their estimated variance-covariance matrix, the function computes estimates of the measures listed in the Table along with confidence intervals and p-values based on the delta method.5 To test for mechanistic interactions, additive_interactions allows the user specify whether zero, one, or two of the exposures are assumed to have monotonic effects. Appropriate hypothesis tests are then conducted for both sufficient-cause interaction and compositional epistasis. All output is returned in the form of a dataframe. In the online documentation, we demonstrate application of the function to simulated data.
Additive interaction measures are typically conceptualized for settings in which both exposures are positively associated with the outcome (RR10 > 1 and RR01 > 1, denoting the joint relative risk , where a, b ε{0,1}). Our function additive_interactions handles other cases by giving the option of automatically recoding of one or both exposures against new reference levels defined by the joint category with the lowest overall risk.7
We hope that the availability of a general, user-friendly R function may reduce a potential barrier to widespread reporting of additive interaction measures.
Acknowledgments
Financial support: MM was supported by National Defense Science & Engineering Graduate Fellowship 32 CFR 168a. TVW was supported by NIH grant R56 ES017876.
Footnotes
Conflicts of interest: The authors declare that they have no conflicts of interest.
Reproducibility: All materials are publicly available at https://osf.io/7ccpp/.
References
- 1.Knol MJ, Egger M, Scott P, Geerlings MI, Vandenbroucke JP. When one depends on the other: reporting of interaction in case-control and cohort studies. Epidemiology. 2009;20(2):161–166. doi: 10.1097/EDE.0b013e31818f6651. [DOI] [PubMed] [Google Scholar]
- 2.Rothman KJ, Greenland S, Walker AM. Concepts of interaction. American Journal of Epidemiology. 1980;112(4):467–470. doi: 10.1093/oxfordjournals.aje.a113015. [DOI] [PubMed] [Google Scholar]
- 3.Kaufman JS. Interaction reaction. Epidemiology. 2009;20(2):159–160. doi: 10.1097/EDE.0b013e318197c0f5. [DOI] [PubMed] [Google Scholar]
- 4.Knol MJ, VanderWeele TJ. Recommendations for presenting analyses of effect modification and interaction. International Journal of Epidemiology. 2012;41(2):514–520. doi: 10.1093/ije/dyr218. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.VanderWeele T. Explanation in causal inference: methods for mediation and interaction. Oxford University Press; 2015. [Google Scholar]
- 6.VanderWeele TJ, Tchetgen Tchetgen EJ. Attributing effects to interactions. Epidemiology. 2014;25:711–722. doi: 10.1097/EDE.0000000000000096. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Knol MJ, VanderWeele TJ, Groenwold RH, Klungel OH, Rovers MM, Grobbee DE. Estimating measures of interaction on an additive scale for preventive exposures. European Journal of Epidemiology. 2011;26(6):433–438. doi: 10.1007/s10654-011-9554-9. [DOI] [PMC free article] [PubMed] [Google Scholar]