5 Optimal Individualized Treatment Regimes (optional)
Ivana Malenica
Based on the tmle3mopttx
R
package
by Ivana Malenica, Jeremy Coyle, and Mark van der Laan.
Updated: 2021-06-07
5.1 Learning Objectives
By the end of this lesson you will be able to:
- Differentiate dynamic and optimal dynamic treatment interventions from static interventions.
- Explain the benefits and challenges associated with using optimal individualized treatment regimes in practice.
- Contrast the impact of implementing an optimal individualized treatment regime in the population with the impact of implementing static and dynamic treatment regimes in the population.
- Estimate causal effects under optimal individualized treatment regimes with
the
tmle3mopttx
R
package. - Implement optimal individualized treatment rules based on sub-optimal rules, or “simple” rules, and recognize the practical benefit of these rules.
- Construct “realistic” optimal individualized treatment regimes that respect real data and subject-matter knowledge limitations on interventions by only considering interventions that are supported by the data.
- Measure variable importance as defined in terms of the optimal individualized treatment interventions.
5.2 Introduction to Optimal Individualized Interventions
Identifying which intervention will be effective for which patient based on lifestyle, genetic and environmental factors is a common goal in precision medicine. One opts to administer the intervention to individuals who will benefit from it, instead of assigning treatment on a population level.
This aim motivates a different type of an intervention, as opposed to the static exposures we might be used to.
In this chapter, we learn about dynamic (individualized) interventions that tailor the treatment decision based on the collected covariates.
In the statistics community, such a treatment strategy is termed individualized treatment regimes (ITR), and the (counterfactual) population mean outcome under an ITR is the value of the ITR.
Even more, suppose one wishes to maximize the population mean of an outcome, where for each individual we have access to some set of measured covariates. An ITR with the maximal value is referred to as an optimal ITR or the optimal individualized treatment. Consequently, the value of an optimal ITR is termed the optimal value, or the mean under the optimal individualized treatment.
One opts to administer the intervention to individuals who will profit from it, instead of assigning treatment on a population level. But how do we know which intervention works for which patient?
For example, one might seek to improve retention in HIV care. In a randomized clinical trial, several interventions show efficacy- including appointment reminders through text messages, small cash incentives for on time clinic visits, and peer health workers.
Ideally, we want to improve effectiveness by assigning each patient the intervention they are most likely to benefit from, as well as improve efficiency by not allocating resources to individuals that do not need them, or would not benefit from an intervention.
This aim motivates a different type of intervention, as opposed to the static exposures we might be used to.
In this chapter, we examine multiple examples of optimal individualized treatment regimes and estimate the mean outcome under the ITR where the candidate rules are restricted to depend only on user-supplied subset of the baseline covariates.
In order to accomplish this, we present the
tmle3mopttx
R package, which features an implementation of a recently developed algorithm for computing targeted minimum loss-based estimates of a causal effect based on optimal ITR for categorical treatment.In particular, we will use
tmle3mopttx
to estimate optimal ITR and the corresponding population value, construct realistic optimal ITRs, and perform variable importance in terms of the mean under the optimal individualized treatment.
5.3 Data Structure and Notation
Suppose we observe \(n\) independent and identically distributed observations of the form \(O=(W,A,Y) \sim P_0\). \(P_0 \in \mathcal{M}\), where \(\mathcal{M}\) is the fully nonparametric model.
Denote \(A \in \mathcal{A}\) as categorical treatment, where \(\mathcal{A} \equiv \{a_1, \ldots, a_{n_A} \}\) and \(n_A = |\mathcal{A}|\), with \(n_A\) denoting the number of categories.
Denote \(Y\) as the final outcome, and \(W\) a vector-valued collection of baseline covariates.
The likelihood of the data admits a factorization, implied by the time ordering of \(O\). \[\begin{equation*}\label{eqn:likelihood_factorization} p_0(O) = p_{Y,0}(Y|A,W) p_{A,0}(A|W) p_{W,0}(W) = q_{Y,0}(Y|A,W) q_{A,0}(A|W) q_{W,0}(W), \end{equation*}\]
Consequently, we define \(P_{Y,0}(Y|A,W)=Q_{Y,0}(Y|A,W)\), \(P_{A,0}(A|W)=g_0(A|W)\) and \(P_{W,0}(W)=Q_{W,0}(W)\) as the corresponding conditional distributions of \(Y\), \(A\) and \(W\).
We also define \(\bar{Q}_{Y,0}(A,W) \equiv E_0[Y|A,W]\).
Finally, denote \(V\) as a subset of the baseline covariates \(W\) that the optimal individualized rule depends on.
5.4 Defining the Causal Effect of an Optimal Individualized Intervention
Consider dynamic treatment rules \(V \rightarrow d(V) \in \{a_1, \ldots, a_{n_A} \} \times \{1\}\), for assigning treatment \(A\) based on \(V\).
Dynamic treatment regime may be viewed as an intervention in which \(A\) is set equal to a value based on a hypothetical regime \(d(V)\), and \(Y_{d(V)}\) is the corresponding counterfactual outcome under \(d(V)\).
The goal of any causal analysis motivated by an optimal individualized intervention is to estimate a parameter defined as the counterfactual mean of the outcome with respect to the modified intervention distribution.
Recall causal assumptions:
- Consistency: \(Y^{d(v_i)}_i = Y_i\) in the event \(A_i = d(v_i)\), for \(i = 1, \ldots, n\).
- Stable unit value treatment assumption (SUTVA): \(Y^{d(v_i)}_i\) does not depend on \(d(v_j)\) for \(i = 1, \ldots, n\) and \(j \neq i\), or lack of interference.
- Strong ignorability: \(A \perp \!\!\! \perp Y^{d(v)} \mid W\), for all \(a \in \mathcal{A}\).
- Positivity (or overlap): \(P_0(\min_{a \in \mathcal{A}} g_0(a|W) > 0)=1\)
Here, we also assume non-exceptional law is in effect.
We are primarily interested in the value of an individualized rule, \[E_0[Y_{d(V)}] = E_{0,W}[\bar{Q}_{Y,0}(A=d(V),W)].\]
The optimal rule is the rule with the maximal value: \[d_{opt}(V) \equiv \text{argmax}_{d(V) \in \mathcal{D}} E_0[Y_{d(V)}] \] where \(\mathcal{D}\) represents the set of possible rules, \(d\), implied by \(V\).
The target causal estimand of our analysis is: \[\psi_0 := E_0[Y_{d_{opt}(V)}] = E_{0,W}[\bar{Q}_{Y,0}(A=d_{opt}(V),W)].\]
General, high-level idea:
Learn the optimal ITR using the Super Learner.
Estimate its value with the cross-validated Targeted Minimum Loss-based Estimator (CV-TMLE).
5.4.1 Why CV-TMLE?
CV-TMLE is necessary as the non-cross-validated TMLE is biased upward for the mean outcome under the rule, and therefore overly optimistic.
More generally however, using CV-TMLE allows us more freedom in estimation and therefore greater data adaptivity, without sacrificing inference!
5.5 Binary Treatment
How do we estimate the optimal individualized treatment regime? In the case of a binary treatment, a key quantity for optimal ITR is the blip function.
Optimal ITR ideally assigns treatment to individuals falling in strata in which the stratum specific average treatment effect, the blip function, is positive and does not assign treatment to individuals for which this quantity is negative.
We define the blip function as: \[\bar{Q}_0(V) \equiv E_0[Y_1-Y_0|V] \equiv E_0[\bar{Q}_{Y,0}(1,W) - \bar{Q}_{Y,0}(0,W) | V], \] or the average treatment effect within a stratum of \(V\).
Optimal individualized rule can now be derived as \(d_{opt}(V) = I(\bar{Q}_{0}(V) > 0)\).
Relying on the Targeted Maximum Likelihood (TML) estimator and the Super Learner estimate of the blip function, we follow the below steps in order to obtain value of the ITR:
Estimate \(\bar{Q}_{Y,0}(A,W)\) and \(g_0(A|W)\) using
sl3
. We denote such estimates as \(\bar{Q}_{Y,n}(A,W)\) and \(g_n(A|W)\).Apply the doubly robust Augmented-Inverse Probability Weighted (A-IPW) transform to our outcome, where we define:
\[D_{\bar{Q}_Y,g,a}(O) \equiv \frac{I(A=a)}{g(A|W)} (Y-\bar{Q}_Y(A,W)) + \bar{Q}_Y(A=a,W)\]
Note that under the randomization and positivity assumptions we have that \(E[D_{\bar{Q}_Y,g,a}(O) | V] = E[Y_a |V].\) We emphasize the double robust nature of the A-IPW transform: consistency of \(E[Y_a |V]\) will depend on correct estimation of either \(\bar{Q}_{Y,0}(A,W)\) or \(g_0(A|W)\). As such, in a randomized trial, we are guaranteed a consistent estimate of \(E[Y_a |V]\) even if we get \(\bar{Q}_{Y,0}(A,W)\) wrong!
Using this transform, we can define the following contrast:
\[D_{\bar{Q}_Y,g}(O) = D_{\bar{Q}_Y,g,a=1}(O) - D_{\bar{Q}_Y,g,a=0}(O)\]
We estimate the blip function, \(\bar{Q}_{0,a}(V)\), by regressing \(D_{\bar{Q}_Y,g}(O)\) on \(V\) using
the specified sl3
library of learners and an appropriate loss function.
Our estimated rule is \(d(V) = \text{argmax}_{a \in \mathcal{A}} \bar{Q}_{0,a}(V)\).
We obtain inference for the mean outcome under the estimated optimal rule using CV-TMLE.
5.5.1 Evaluating the Causal Effect of an optimal ITR with Binary Treatment
To start, let us load the packages we will use and set a seed for simulation:
library(here)
library(data.table)
library(sl3)
library(tmle3)
library(tmle3mopttx)
library(devtools)
set.seed(116)
5.5.1.1 Simulate Data
Our data generating distribution is of the following form:
\[W \sim \mathcal{N}(\bf{0},I_{3 \times 3})\] \[P(A=1|W) = \frac{1}{1+\exp^{(-0.8*W_1)}}\] \[P(Y=1|A,W) = 0.5\text{logit}^{-1}[-5I(A=1)(W_1-0.5)+5I(A=0)(W_1-0.5)] + 0.5\text{logit}^{-1}(W_2W_3)\]
data("data_bin")
The above composes our observed data structure \(O = (W, A, Y)\).
Note that the mean under the true optimal rule is \(\psi_0=0.578\) for this data generating distribution.
Next, we specify the role that each variable in the data set plays as the nodes in a DAG.
# organize data and nodes for tmle3
data <- data_bin
node_list <- list(
W = c("W1", "W2", "W3"),
A = "A",
Y = "Y"
)
- We now have an observed data structure (
data
), and a specification of the role that each variable in the data set plays as the nodes in a DAG.
5.5.1.2 Constructing Optimal Stacked Regressions with sl3
- We generate three different ensemble learners that must be fit, corresponding to the learners for the outcome regression, propensity score, and the blip function.
# Define sl3 library and metalearners:
lrn_xgboost_50 <- Lrnr_xgboost$new(nrounds = 50)
lrn_xgboost_100 <- Lrnr_xgboost$new(nrounds = 100)
lrn_xgboost_500 <- Lrnr_xgboost$new(nrounds = 500)
lrn_mean <- Lrnr_mean$new()
lrn_glm <- Lrnr_glm_fast$new()
## Define the Q learner:
Q_learner <- Lrnr_sl$new(
learners = list(
lrn_xgboost_50, lrn_xgboost_100,
lrn_xgboost_500, lrn_mean, lrn_glm
),
metalearner = Lrnr_nnls$new()
)
## Define the g learner:
g_learner <- Lrnr_sl$new(
learners = list(lrn_xgboost_100, lrn_glm),
metalearner = Lrnr_nnls$new()
)
## Define the B learner:
b_learner <- Lrnr_sl$new(
learners = list(
lrn_xgboost_50, lrn_xgboost_100,
lrn_xgboost_500, lrn_mean, lrn_glm
),
metalearner = Lrnr_nnls$new()
)
We make the above explicit with respect to standard notation by bundling the ensemble learners into a list object below:
# specify outcome and treatment regressions and create learner list
learner_list <- list(Y = Q_learner, A = g_learner, B = b_learner)
5.5.1.3 Targeted Estimation of the Mean under the Optimal Individualized Interventions Effects
To start, we will initialize a specification for the TMLE of our parameter of interest simply by calling
tmle3_mopttx_blip_revere
.We specify the argument
V = c("W1", "W2", "W3")
when initializing thetmle3_Spec
object in order to communicate that we’re interested in learning a rule dependent onV
covariates.We also need to specify the type of blip we will use in this estimation problem, and the list of learners used to estimate relevant parts of the likelihood and the blip function.
In addition, we need to specify whether we want to maximize or minimize the mean outcome under the rule (
maximize=TRUE
).If
complex=FALSE
,tmle3mopttx
will consider all the possible rules under a smaller set of covariates including the static rules, and optimize the mean outcome over all the suboptimal rules dependent on \(V\).If
realistic=TRUE
, only treatments supported by the data will be considered, therefore alleviating concerns regarding practical positivity issues.
# initialize a tmle specification
tmle_spec <- tmle3_mopttx_blip_revere(
V = c("W1", "W2", "W3"), type = "blip1",
learners = learner_list,
maximize = TRUE, complex = TRUE,
realistic = FALSE
)
# fit the TML estimator
fit <- tmle3(tmle_spec, data, node_list, learner_list)
fit
#> A tmle3_Fit that took 1 step(s)
#> type param init_est tmle_est se lower upper
#> 1: TSM E[Y_{A=NULL}] 0.43164 0.55855 0.027047 0.50554 0.61156
#> psi_transformed lower_transformed upper_transformed
#> 1: 0.55855 0.50554 0.61156
We can see that the confidence interval covers our true mean under the true optimal individualized treatment!
5.6 Categorical Treatment
QUESTION: Can we still use the blip function if the treatment is categorical?
In this section, we consider how to evaluate the mean outcome under the optimal individualized treatment when \(A\) has more than two categories!
We define pseudo-blips as vector valued entities where the output for a given \(V\) is a vector of length equal to the number of treatment categories, \(n_A\). As such, we define it as: \[\bar{Q}_0^{pblip}(V) = \{\bar{Q}_{0,a}^{pblip}(V): a \in \mathcal{A} \}\]
We implement three different pseudo-blips in
tmle3mopttx
.
Blip1 corresponds to choosing a reference category of treatment, and defining the blip for all other categories relative to the specified reference: \[\bar{Q}_{0,a}^{pblip-ref}(V) \equiv E_0(Y_a-Y_0|V)\]
Blip2 approach corresponds to defining the blip relative to the average of all categories: \[\bar{Q}_{0,a}^{pblip-avg}(V) \equiv E_0(Y_a- \frac{1}{n_A} \sum_{a \in \mathcal{A}} Y_a|V)\]
Blip3 reflects an extension of Blip2, where the average is now a weighted average: \[\bar{Q}_{0,a}^{pblip-wavg}(V) \equiv E_0(Y_a- \frac{1}{n_A} \sum_{a \in \mathcal{A}} Y_{a} P(A=a|V) |V)\]
5.6.1 Evaluating the Causal Effect of an optimal ITR with Categorical Treatment
While the procedure is analogous to the previously described binary treatment, we now need to pay attention to the type of blip we define in the estimation stage, as well as how we construct our learners.
5.6.1.1 Simulated Data
- First, we load the simulated data. Here, our data generating distribution was of the following form:
\[W \sim \mathcal{N}(\bf{0},I_{4 \times 4})\] \[P(A|W) = \frac{1}{1+\exp^{(-(0.05*I(A=1)*W_1+0.8*I(A=2)*W_1+0.8*I(A=3)*W_1))}}\]
\[P(Y|A,W) = 0.5\text{logit}^{-1}[15I(A=1)(W_1-0.5) - 3I(A=2)(2W_1+0.5) \\ + 3I(A=3)(3W_1-0.5)] +\text{logit}^{-1}(W_2W_1)\]
- We can just load the data available as part of the package as follows:
data("data_cat_realistic")
- The above composes our observed data structure \(O = (W, A, Y)\). Note that the mean under the true optimal rule is \(\psi_0=0.658\), which is the quantity we aim to estimate.
5.6.1.2 Constructing Optimal Stacked Regressions with sl3
QUESTION: With categorical treatment, what is the dimension of the blip now? How would we go about estimating it?
# Initialize few of the learners:
lrn_xgboost_50 <- Lrnr_xgboost$new(nrounds = 50)
lrn_xgboost_100 <- Lrnr_xgboost$new(nrounds = 100)
lrn_xgboost_500 <- Lrnr_xgboost$new(nrounds = 500)
lrn_mean <- Lrnr_mean$new()
lrn_glm <- Lrnr_glm_fast$new()
## Define the Q learner, which is just a regular learner:
Q_learner <- Lrnr_sl$new(
learners = list(lrn_xgboost_50, lrn_xgboost_100, lrn_xgboost_500, lrn_mean, lrn_glm),
metalearner = Lrnr_nnls$new()
)
# Define the g learner, which is a multinomial learner:
# specify the appropriate loss of the multinomial learner:
mn_metalearner <- make_learner(Lrnr_solnp,
loss_function = loss_loglik_multinomial,
learner_function = metalearner_linear_multinomial
)
g_learner <- make_learner(Lrnr_sl, list(lrn_xgboost_100, lrn_xgboost_500, lrn_mean), mn_metalearner)
# Define the Blip learner, which is a multivariate learner:
learners <- list(lrn_xgboost_50, lrn_xgboost_100, lrn_xgboost_500, lrn_mean, lrn_glm)
b_learner <- create_mv_learners(learners = learners)
We generate three different ensemble learners that must be fit, corresponding to the learners for the outcome regression, propensity score, and the blip function.
Note that we need to estimate \(g_0(A|W)\) for a categorical \(A\)- therefore we use the multinomial Super Learner option available within the
sl3
package with learners that can address multi-class classification problems.In order to see which learners can be used to estimate \(g_0(A|W)\) in
sl3
, we run the following:
# See which learners support multi-class classification:
sl3_list_learners(c("categorical"))
#> [1] "Lrnr_bound" "Lrnr_caret"
#> [3] "Lrnr_cv_selector" "Lrnr_glmnet"
#> [5] "Lrnr_grf" "Lrnr_gru_keras"
#> [7] "Lrnr_h2o_glm" "Lrnr_h2o_grid"
#> [9] "Lrnr_independent_binomial" "Lrnr_lightgbm"
#> [11] "Lrnr_lstm_keras" "Lrnr_mean"
#> [13] "Lrnr_multivariate" "Lrnr_nnet"
#> [15] "Lrnr_optim" "Lrnr_polspline"
#> [17] "Lrnr_pooled_hazards" "Lrnr_randomForest"
#> [19] "Lrnr_ranger" "Lrnr_rpart"
#> [21] "Lrnr_screener_correlation" "Lrnr_solnp"
#> [23] "Lrnr_svm" "Lrnr_xgboost"
# specify outcome and treatment regressions and create learner list
learner_list <- list(Y = Q_learner, A = g_learner, B = b_learner)
5.6.1.3 Targeted Estimation of the Mean under the Optimal Individualized Interventions Effects
# initialize a tmle specification
tmle_spec <- tmle3_mopttx_blip_revere(
V = c("W1", "W2", "W3", "W4"), type = "blip2",
learners = learner_list, maximize = TRUE, complex = TRUE,
realistic = FALSE
)
# fit the TML estimator
fit <- tmle3(tmle_spec, data, node_list, learner_list)
fit
#> A tmle3_Fit that took 1 step(s)
#> type param init_est tmle_est se lower upper
#> 1: TSM E[Y_{A=NULL}] 0.54158 0.65915 0.068054 0.52577 0.79254
#> psi_transformed lower_transformed upper_transformed
#> 1: 0.65915 0.52577 0.79254
# How many individuals got assigned each treatment?
table(tmle_spec$return_rule)
#>
#> 1 2 3
#> 428 394 178
We can see that the confidence interval covers our true mean under the true optimal individualized treatment.
NOTICE the distribution of the assigned treatment! We will need this shortly.
5.7 Extensions to Causal Effect of an OIT
We consider two extensions to the procedure described for estimating the value of the ITR.
The first one considers a setting where the user might be interested in a grid of possible suboptimal rules, corresponding to potentially limited knowledge of potential effect modifiers (Simpler Rules).
The second extension concerns implementation of realistic optimal individual interventions where certain regimes might be preferred, but due to practical or global positivity restraints are not realistic to implement (Realistic Interventions).
5.7.1 Simpler Rules
In order to not only consider the most ambitious fully \(V\)-optimal rule, we define \(S\)-optimal rules as the optimal rule that considers all possible subsets of \(V\) covariates, with card(\(S\)) \(\leq\) card(\(V\)) and \(\emptyset \in S\).
This allows us to consider sub-optimal rules that are easier to estimate and potentially provide more realistic rules- as such, we allow for statistical inference for the counterfactual mean outcome under the sub-optimal rule.
# initialize a tmle specification
tmle_spec <- tmle3_mopttx_blip_revere(
V = c("W4", "W3", "W2", "W1"), type = "blip2",
learners = learner_list,
maximize = TRUE, complex = FALSE, realistic = FALSE
)
# fit the TML estimator
fit <- tmle3(tmle_spec, data, node_list, learner_list)
fit
#> A tmle3_Fit that took 1 step(s)
#> type param init_est tmle_est se lower upper psi_transformed
#> 1: TSM E[Y_{A=1}] 0.48614 0.53913 0.093273 0.35632 0.72194 0.53913
#> lower_transformed upper_transformed
#> 1: 0.35632 0.72194
Even though the user specified all baseline covariates as the basis for rule estimation, a simpler rule is sufficient to maximize the mean under the optimal individualized treatment!
QUESTION: How does the set of covariates picked by tmle3mopttx
compare to the baseline covariates the true rule depends on?
5.7.2 Realistic Optimal Individual Regimes
tmle3mopttx
also provides an option to estimate the mean under the realistic, or implementable, optimal individualized treatment.It is often the case that assigning particular regime might have the ability to fully maximize (or minimize) the desired outcome, but due to global or practical positivity constrains, such treatment can never be implemented in real life (or is highly unlikely).
Specifying
realistic="TRUE"
, we consider possibly suboptimal treatments that optimize the outcome in question while being supported by the data.
# initialize a tmle specification
tmle_spec <- tmle3_mopttx_blip_revere(
V = c("W4", "W3", "W2", "W1"), type = "blip2",
learners = learner_list,
maximize = TRUE, complex = TRUE, realistic = TRUE
)
# fit the TML estimator
fit <- tmle3(tmle_spec, data, node_list, learner_list)
fit
#> A tmle3_Fit that took 1 step(s)
#> type param init_est tmle_est se lower upper
#> 1: TSM E[Y_{A=NULL}] 0.54869 0.58779 0.057258 0.47557 0.70001
#> psi_transformed lower_transformed upper_transformed
#> 1: 0.58779 0.47557 0.70001
# How many individuals got assigned each treatment?
table(tmle_spec$return_rule)
#>
#> 1 2 3
#> 4 502 494
QUESTION: Referring back to the data-generating distribution, why do you think the distribution of allocated treatment changed from the distribution that we had under the “non-realistic” rule?
5.7.3 Variable Importance Analysis
In the previous sections we have seen how to obtain a contrast between the mean under the optimal individualized rule and the mean under the observed outcome for a single covariate. We are now ready to run the variable importance analysis for all of our observed covariates!
In order to run
tmle3mopttx
variable importance measure, we need considered covariates to be categorical variables.For illustration purpose, we bin baseline covariates corresponding to the data-generating distribution described in the previous section:
# bin baseline covariates to 3 categories:
data$W1 <- ifelse(data$W1 < quantile(data$W1)[2], 1, ifelse(data$W1 < quantile(data$W1)[3], 2, 3))
node_list <- list(
W = c("W3", "W4", "W2"),
A = c("W1", "A"),
Y = "Y"
)
- Note that our node list now includes \(W_1\) as treatments as well! Don’t worry, we will still properly adjust for all baseline covariates when considering \(A\) as treatment.
5.7.3.1 Variable Importance using Targeted Estimation of the value of the ITR
- We will initialize a specification for the TMLE of our parameter of
interest (called a
tmle3_Spec
in thetlverse
nomenclature) simply by callingtmle3_mopttx_vim
.
# initialize a tmle specification
tmle_spec <- tmle3_mopttx_vim(
V = c("W2"),
type = "blip2",
learners = learner_list,
contrast = "multiplicative",
maximize = FALSE,
method = "SL",
complex = TRUE,
realistic = FALSE
)
# fit the TML estimator
vim_results <- tmle3_vim(tmle_spec, data, node_list, learner_list,
adjust_for_other_A = TRUE
)
print(vim_results)
#> type param init_est tmle_est se lower
#> 1: RR RR(E[Y_{A=NULL}]/E[Y]) 0.0052065 0.058406 0.034144 -0.0085144
#> 2: RR RR(E[Y_{A=NULL}]/E[Y]) -0.0239991 -0.067511 0.051592 -0.1686303
#> upper psi_transformed lower_transformed upper_transformed A W
#> 1: 0.125327 1.06015 0.99152 1.1335 A W3,W4,W2,W1
#> 2: 0.033608 0.93472 0.84482 1.0342 W1 W3,W4,W2,A
#> Z_stat p_nz p_nz_corrected
#> 1: 1.7106 0.043578 0.087156
#> 2: -1.3085 0.095344 0.095344
The final result of tmle3_vim
with the tmle3mopttx
spec is an ordered list
of mean outcomes under the optimal individualized treatment for all categorical
covariates in our dataset.
5.8 Exercise
5.8.1 Real World Data and tmle3mopttx
Finally, we cement everything we learned so far with a real data application.
As in the previous sections, we will be using the WASH Benefits data, corresponding to the Effect of water quality, sanitation, hand washing, and nutritional interventions on child development in rural Bangladesh trial.
The main aim of the cluster-randomized controlled trial was to assess the impact of six intervention groups, including:
Control
Handwashing with soap
Improved nutrition through counselling and provision of lipid-based nutrient supplements
Combined water, sanitation, handwashing, and nutrition.
Improved sanitation
Combined water, sanitation, and handwashing
Chlorinated drinking water
We aim to estimate the optimal ITR and the corresponding value under the optimal ITR for the main intervention in WASH Benefits data!
Our outcome of interest is the weight-for-height Z-score, whereas our treatment is the six intervention groups aimed at improving living conditions.
Questions:
Define \(V\) as mother’s education (
momedu
), current living conditions (floor
), and possession of material items including the refrigerator (asset_refrig
). Why do you think we use these covariates as \(V\)? Do we want to minimize or maximize the outcome? Which blip type should we use? Construct an appropriatesl3
library for \(A\), \(Y\) and \(B\).Based on the \(V\) defined in the previous question, estimate the mean under the ITR for the main randomized intervention used in the WASH Benefits trial with weight-for-height Z-score as the outcome. What’s the TMLE value of the optimal ITR? How does it change from the initial estimate? Which intervention is the most dominant? Why do you think that is?
Using the same formulation as in questions 1 and 2, estimate the realistic optimal ITR and the corresponding value of the realistic ITR. Did the results change? Which intervention is the most dominant under realistic rules? Why do you think that is?
5.9 Summary
In summary, the mean outcome under the optimal individualized treatment is a counterfactual quantity of interest representing what the mean outcome would have been if everybody, contrary to the fact, received treatment that optimized their outcome.
tmle3mopttx
estimates the mean outcome under the optimal individualized treatment, where the candidate rules are restricted to only respond to a user-supplied subset of the baseline and intermediate covariates. In addition it provides options for realistic, data-adaptive interventions.In essence, our target parameter answers the key aim of precision medicine: allocating the available treatment by tailoring it to the individual characteristics of the patient, with the goal of optimizing the final outcome.
5.9.1 Solutions
To start, let’s load the data, convert all columns to be of class numeric
,
and take a quick look at it:
washb_data <- fread("https://raw.githubusercontent.com/tlverse/tlverse-data/master/wash-benefits/washb_data.csv", stringsAsFactors = TRUE)
washb_data <- washb_data[!is.na(momage), lapply(.SD, as.numeric)]
head(washb_data, 3)
As before, we specify the NPSEM via the node_list
object.
node_list <- list(
W = names(washb_data)[!(names(washb_data) %in% c("whz", "tr"))],
A = "tr", Y = "whz"
)
We pick few potential effect modifiers, including mother’s education, current living conditions (floor), and possession of material items including the refrigerator. We concentrate of these covariates as they might be indicative of the socio-economic status of individuals involved in the trial. We can explore the distribution of our \(V\), \(A\) and \(Y\):
# V1, V2 and V3:
table(washb_data$momedu)
table(washb_data$floor)
table(washb_data$asset_refrig)
# A:
table(washb_data$tr)
# Y:
summary(washb_data$whz)
We specify a simply library for the outcome regression, propensity score
and the blip function. Since our treatment is categorical, we need to define a
multinomial learner for \(A\) and multivariate learner for \(B\). We
will define the xgboost
over a grid of parameters, and initialize a mean learner.
# Initialize few of the learners:
grid_params <- list(
nrounds = c(100, 500),
eta = c(0.01, 0.1)
)
grid <- expand.grid(grid_params, KEEP.OUT.ATTRS = FALSE)
xgb_learners <- apply(grid, MARGIN = 1, function(params_tune) {
do.call(Lrnr_xgboost$new, c(as.list(params_tune)))
})
lrn_mean <- Lrnr_mean$new()
## Define the Q learner, which is just a regular learner:
Q_learner <- Lrnr_sl$new(
learners = list(
xgb_learners[[1]], xgb_learners[[2]], xgb_learners[[3]],
xgb_learners[[4]], lrn_mean
),
metalearner = Lrnr_nnls$new()
)
# Define the g learner, which is a multinomial learner:
# specify the appropriate loss of the multinomial learner:
mn_metalearner <- make_learner(Lrnr_solnp,
loss_function = loss_loglik_multinomial,
learner_function = metalearner_linear_multinomial
)
g_learner <- make_learner(Lrnr_sl, list(xgb_learners[[4]], lrn_mean), mn_metalearner)
# Define the Blip learner, which is a multivariate learner:
learners <- list(
xgb_learners[[1]], xgb_learners[[2]], xgb_learners[[3]],
xgb_learners[[4]], lrn_mean
)
b_learner <- create_mv_learners(learners = learners)
learner_list <- list(Y = Q_learner, A = g_learner, B = b_learner)
As seen before, we initialize the tmle3_mopttx_blip_revere
Spec in order to
answer Question 1. We want to maximize our outcome, with higher the weight-for-height Z-score
the better. We will also use blip2
as the blip type, but note that we could have used blip1
as well since “Control” is a good reference category.
## Question 2:
# Initialize a tmle specification
tmle_spec <- tmle3_mopttx_blip_revere(
V = c("momedu", "floor", "asset_refrig"), type = "blip2",
learners = learner_list, maximize = TRUE, complex = TRUE,
realistic = FALSE
)
# Fit the TML estimator.
fit <- tmle3(tmle_spec, data = washb_data, node_list, learner_list)
fit
# Which intervention is the most dominant?
table(tmle_spec$return_rule)
Using the same formulation as before, we estimate the realistic optimal ITR and the corresponding value of the realistic ITR:
## Question 3:
# Initialize a tmle specification with "realistic=TRUE":
tmle_spec <- tmle3_mopttx_blip_revere(
V = c("momedu", "floor", "asset_refrig"), type = "blip2",
learners = learner_list, maximize = TRUE, complex = TRUE,
realistic = TRUE
)
# Fit the TML estimator.
fit <- tmle3(tmle_spec, data = washb_data, node_list, learner_list)
fit
table(tmle_spec$return_rule)