Use FDA Suggestions on Missing Data and Sensitivity Analyses

 


The U.S. FDA provides guidance and expectations on how to handle missing data in clinical trials, especially in the context of estimands and sensitivity analyses. Below is a detailed summary based on key regulatory documents and practices.


๐Ÿ“˜ 1. Key FDA Guidance Documents

A. FDA (2019): "Estimands and Sensitivity Analyses in Clinical Trials"

  • Focus: Aligning analysis with the trial objective and handling intercurrent events, like treatment discontinuation or dropout.

  • Introduces the estimand framework from ICH E9(R1).

  • Emphasizes sensitivity analysis under plausible MNAR assumptions.

๐Ÿ”— Link: FDA Estimand Guidance (PDF)


๐Ÿ“Œ 2. FDA Expectations at a Glance

TopicFDA View
Primary analysisCan assume MAR (e.g., MMRM) if justified
Sensitivity analysisMust explore MNAR scenarios (not just MAR)
Multiple imputationAcceptable if properly implemented
Pattern-mixture modelsEncouraged as part of sensitivity analyses
Reference-based imputation (CIR, J2R)Increasingly accepted for conservative MNAR assumptions
Pre-specificationAll methods (tipping point, MI model, etc.) should be pre-specified in the SAP
Use of tipping pointCommon and acceptable for visualizing robustness
ICHE9(R1) estimand frameworkStrongly encouraged; match analysis with estimand strategy

๐Ÿงช 3. FDA on CIR and Reference-Based Imputation

The FDA has not officially endorsed one method (e.g., CIR or J2R) over others, but in practice:

  • Reference-based methods like CIR, J2R, and CR are considered valid for sensitivity analyses under MNAR.

  • They are increasingly used in late-phase confirmatory trials and regulatory submissions.

  • FDA statisticians have accepted CIR/J2R approaches in NDAs/BLAs, particularly in placebo-controlled trials when dropout is informative.

They are particularly useful under the "treatment policy" or "hypothetical" estimand strategies.

✅ CIR is not expected to be the primary analysis, but should be included as part of a robust sensitivity analysis suite.


✅ 4. What FDA Recommends You Do

Here’s what you should include in your Statistical Analysis Plan (SAP) or trial design documents:

A. Clearly Define the Estimand

  • What treatment effect are you estimating?

  • How are intercurrent events (like dropout or rescue therapy) handled?

B. Pre-specify Primary and Sensitivity Analyses

  • Use MMRM under MAR as the primary if appropriate

  • Add at least one or two MNAR sensitivity analyses:

    • Pattern-mixture model

    • CIR or J2R

    • Tipping point

C. Justify Imputation Assumptions

  • Why is MAR plausible (or not)?

  • What is the clinical reasoning behind CIR/J2R shift values or patterns?

D. Use Rubin's Rules for MI and match analysis model to primary

  • Ensure consistency of model form (e.g., MMRM in all imputations)

  • Document the imputation model and convergence diagnostics


๐Ÿงพ 5. Example Language from FDA-Reviewed SAP

"The primary analysis will be performed using a mixed model for repeated measures (MMRM) under the assumption that missing data are missing at random (MAR). Sensitivity analyses will include pattern-mixture models with delta-adjusted multiple imputation and reference-based multiple imputation using the copy increments in reference (CIR) and jump-to-reference (J2R) approaches, to explore departures from the MAR assumption."


๐Ÿ“Ž Summary

MethodFDA StatusUse Case
MMRM✅ AcceptedPrimary analysis under MAR
Tipping point✅ EncouragedSensitivity to departure from MAR
Pattern-mixture models✅ RecommendedSensitivity analyses (MNAR)
Reference-based MI (CIR, J2R)✅ Increasingly usedConservative sensitivity scenarios
Complete-case / LOCF❌ Not recommended 
Biased, outdated methods


Example:

The copy increments in reference (CIR) method is a reference-based sensitivity analysis for assessing the robustness of the primary analysis to deviation from the MAR assumption.  This method assumes that any benefit gained from previous treatment will be retained, but patients will progress as if they were in the reference group (placebo group) after withdrawal from the study.

With this method, the missing data after a patient’s withdrawal from the study for patients who receive the active treatment will be imputed based on data from the placebo group. Specifically, for a patient on active treatment who withdraws early, his mean trajectory after early withdrawal is assumed to be parallel to the mean trajectory of the placebo group. For a patient on placebo who withdrew early, his post-withdrawal profile will be imputed following the MAR principle.

After all missing data has been imputed, the MMRM analysis will be conducted as described in the primary analysis. The analyzed results from the m (=100) imputed datasets will be combined based on Rubin’s rules assuming the statistics estimated from each imputed dataset are normally distributed.

Example:

1️⃣ Monotone Missingness

Once a subject has a missing value, all subsequent values are also missing.

๐Ÿ” Example:

SubjectWeek 0Week 12Week 24Week 48
A101213NA
B8NANANA

✅ Subject B has monotone missingness starting at Week 12
✅ Subject A has monotone missingness starting at Week 48


2️⃣ Non-Monotone Missingness

A subject has missing data at intermediate time points, but has data again at later visits.

๐Ÿ” Example:

SubjectWeek 0Week 12Week 24Week 48
C9NA1112

❌ Subject C has non-monotone missingness — the Week 12 data is missing, but Week 24 and 48 are observed.


๐Ÿ“Š Why It Matters

FeatureMonotoneNon-Monotone
Easier to handle?✅ Yes❌ More complex
Common in trials?✅ Yes (due to dropout)✅ Yes (intermittent missing)
Imputation methodsSimple regression-based MIRequires iterative methods (FCS / MCMC)
Tipping point modelsUsually assume monotoneHarder to implement
Sensitivity analysesOften easier to design for monotoneNeed special care

๐Ÿง  In Practice

Monotone:

  • Usually caused by dropout, discontinuation, or death

  • Makes modeling assumptions easier

  • Works well with delta-adjusted imputation, reference-based methods, etc.

Non-Monotone:

  • Can be due to missed visits, data entry errors, intermittent noncompliance

  • Requires more flexible models, like Fully Conditional Specification (FCS) in mice or PROC MI


๐Ÿงช Multiple Imputation Examples

Missing PatternSAS MethodR Method
MonotonePROC MI with MONOTONE method (e.g., REG, LOGISTIC)mice() with method = "norm" and monotone predictor matrix
Non-MonotonePROC MI with FCS or MCMCmice() with FCS (method = c("norm", "logreg", ...))

๐Ÿ“˜ Summary Table

AspectMonotone MissingNon-Monotone Missing
DefinitionMissingness persists once it startsMissingness appears in a non-sequential pattern
ExampleDropoutsMissed visits, intermittent
Imputation strategyEasier, sequential regressionRequires FCS or joint modeling
Software in SASMONOTONE REG, LOGISTICFCS, MCMC
Software in Rmice() with method="norm"mice() with full FCS setup
Regulatory sensitivity useVery common (CIR, tipping)Less common, more complex

๐Ÿงญ Practical Tip

If you have a mostly monotone pattern (e.g., 80% of missing due to dropout), it’s reasonable to treat it as monotone for sensitivity analysis (e.g., tipping point or CIR). But for imputation under MAR, you should respect the actual non-monotone structure and use FCS.

Comments

Popular posts from this blog

Analysis of Repeated Measures Data using SAS (1)

Medical information for Melanoma, Merkel cell carcinoma and tumor mutation burden

Four essential statistical functions for simulation in SAS