idem-package {idem}R Documentation

Inference in Randomized Clinical Trials with Death and Missingness

Description

This package contains the functions for drawing inference in randomized clinical trials with death and intermittent missingness.

Notation

Consider a two-arm randomized study. Let YkY_k denote outcome measured at time tkt_k and ZZ denote a functional endpoint that is a function of YY. Let LL denote the survival time. Let XX denote the baseline covariates and TT denote the treatment assignment.

Ranking

If two subject were both alive at the end of the study, they are ranked based on functional outcome ZZ. If at least one subject was dead at the end of the study, they are ranked based on survival time LL.

Treatment effect, θ\theta is defined as the probability that the outcome for a random individual randomized to treatment T=0T=0 is less than the outcome of a random individual randomized to treatment T=1T=1 minus the probability that the outcome for a random individual randomized to treatment T=0T=0 is greater than the outcome of a random individual randomized to treatment T=1T=1.

Missingness

In order to estimate θ\theta in the presence of missing data, we need to impute ZZ for subjects alive at the end of the study with YkY_k missing for some kk.

The benchmark assumption we consider for the imputation is the complete case missing value (CCMV) restrictions. We then consider exponential tilting models for introducing sensitivity parameters for evaluating the robustness of the findings with regards to different missing data mechanism assumptions. The models are as follows:

f(Ymis(s)Yobs(s),Y0,X,T,S=s)exp(βTZ)f(Ymis(s)Yobs(s),Y0,X,T,S=1) f(Y^{(s)}_{mis} | Y^{(s)}_{obs}, Y_0, X, T,S=s) \propto \exp( \beta_T Z) f(Y^{(s)}_{mis} | Y^{(s)}_{obs}, Y_0, X, T,S=1)

where SS denotes the missingness patterns, S=1S=1 denotes the completers and βT\beta_T denotes the sensitivity parameter for arm TT.

Graphical user interface (GUI)

This package provides a web-based GUI. See imShiny for details.

References

Wang C, Scharfstein DO, Colantuoni E, Girard T, Yan Y (2016). Inference in Randomized Trials with Death and Missingness. <DOI:10.1111/biom.12594>

Wang C, Colantuoni E, Leroux A, Scharfstein DO (2020). idem: An R Package for Inferences in Clinical Trials with Death and Missingness. <DOI:10.18637/jss.v093.i12>


[Package idem version 5.2 Index]