Skip to contents

Introduction

Like other causal inference methods, the validity of transportability and generalizability analysis methods depends on a number of identifiability assumptions. This vignette will briefly go over them. More details about general causal inference assumptions can be found in the “What If” book on causal inference (Hernán and Robins 2024), while those specific to transportability and generalizability analysis can be found in (Ling et al. 2023) and (Degtiar and Rose 2023).

Assumptions

Notation

Let YY be an outcome of interest and AA be the (binary, 0-1) treatment. Let SS be the indicator for participation in the source dataset, so S=1S = 1 for observations in the source dataset and S=0S = 0 for those in the target dataset. Let YaY^a be the counterfactual outcome when a subject receives treatment A=aA = a. Using only the source dataset will let us estimate E[Y1Y0|S=1].\mathrm{E}[Y^1 - Y^0 \,|\,S = 1]. In transportability analysis, we wish to estimate E[Y1Y0|S=0],\mathrm{E}[Y^1 - Y^0 \,|\,S = 0], while in generalizability analysis, we wish to estimate E[Y1Y0].\mathrm{E}[Y^1 - Y^0].

Additionally, let 𝐋\mathbf{L} denote covariates to control for confounding in the source dataset, and let 𝐄\mathbf{E} denote effect modifiers that may differ in distribution between the source and target datasets.

Stable unit treatment value assumption (SUTVA)

The stable unit treatment value assumption (SUTVA) says that Y=AY1+(1A)Y0.Y = AY^1 + (1-A)Y^0. More concretely, this assumption contains two components:

  • No interference: the treatment of one subject does not affect the counterfactual outcomes of another subject
  • No hidden versions of treatment: the treatment affects the counterfactual outcome in only one way

Importantly, this is assumed to hold in both the source dataset and the target dataset.

Conditional exchangeability

The conditional exchangeability assumption with respect to treatment assignment says that within the source population, the counterfactual outcomes are independent of treatment assignment conditional on covariates being controlled for confounding. In mathematical notation, this is Y0,Y1A|𝐋,S=1.Y^0, Y^1 \perp A \,|\,\mathbf{L}, S = 1. More concretely, this assumption says that no other covariates aside from the ones included in 𝐋\mathbf{L} cause confounding between treatment and outcome. In other words, 𝐋\mathbf{L} includes all confounding variables in the source dataset.

The conditional exchangeability assumption with respect to study participation says that the counterfactual outcomes are independent of study participation conditional on effect modifiers. In mathematical notation, this is Y0,Y1S|𝐄.Y^0, Y^1 \perp S \,|\,\mathbf{E}. More concretely, this assumptions says that all effect modifiers whose distribution may differ between the source and target populations are included exhaustively in 𝐄\mathbf{E}.

Positivity

Positivity of treatment assignment assumes that 0<P(A=1|𝐋=𝐥)<10 < P(A = 1 \,|\,\mathbf{L} = \mathbf{l}) < 1 for all values of 𝐥\mathbf{l} in the support of 𝐋\mathbf{L}. This means that at all possible levels of 𝐋\mathbf{L}, subjects may be assigned to the treatment group or the control group: they are not locked in to either group. Similarly, positivity of study participation assumes that 0<P(S=1|𝐄=𝐞)<10 < P(S = 1 \,|\,\mathbf{E} = \mathbf{e}) < 1 for all values of 𝐞\mathbf{e} in the support of 𝐄\mathbf{E}, which means that at all possible values of 𝐄\mathbf{E}, subjects can possible, but not certainly, be in the source dataset.

Verifying assumptions

These assumptions are inherently untestable. However, transportability analysis methods have ways to assess whether the assumptions are likely to hold. More details on the available diagnostic tools are presented in the vignettes specific to each method.

References

Degtiar, I, and S Rose. 2023. “A Review of Generalizability and Transportability.” Annual Review of Statistics and Its Application 10: 501–24. https://doi.org/https://doi.org/10.1146/annurev-statistics-042522-103837.
Hernán, MA, and JM Robins. 2024. Causal Inference: What If? Boca Raton: Chapman & Hall/CRC.
Ling, AY, R Jreich, ME Montez-Rath, P Carita, KJ Chandross, L Lucats, Z Meng, B Sebastien, K Kappahn, and M Desai. 2023. “An Overview of Current Methods for Real-World Applications to Generalize or Transport Clinical Trial Findings to Target Populations of Interest.” Epidemiology 34: 627–36. https://doi.org/10.1097/EDE.0000000000001633.