11  Statistical Methods for Clinical Trials

D.R. Cox, in his foundational Planning of Experiments (Cox 1958), describes clinical trials as operating in the domain of “large uncontrolled variations.” In physics, once the apparatus is working correctly, closely reproducible results emerge: uncontrolled variation is small relative to the effect being measured. Clinical trials face a different reality. A patient’s condition fluctuates due to the natural history of disease, environmental factors, psychological response to treatment, and the supportive care they receive. The effect of a new drug (often a modest improvement over existing therapy) must be detected against this background of inherent variability. This chapter describes the statistical toolkit developed to solve that problem.

The toolkit divides naturally into two chapters. This chapter covers the frequentist core: hypothesis testing and error control, survival analysis, repeated-measures models, missing data, and group-sequential designs. It also covers two modern extensions whose methods cut across inferential frameworks: dynamic treatment regimes (SMART designs) and causal inference for observational and hybrid evidence. The following chapter (Chapter 12) covers Bayesian and adaptive methods: predictive probability, response-adaptive randomization, platform trials, and hierarchical borrowing.

11.1 Hypothesis Testing and Error Control

Clinical trials are designed for comparison, not absolute measurement. A five-year survival rate of 40% tells us little without knowing what would have happened without the treatment. The treatment effect (the difference in outcomes between the investigational arm and the control arm) is what we seek to estimate and test.

The frequentist framework structures this comparison around two hypotheses. The null hypothesis (\(H_0\)) is the default assumption of no treatment difference. The alternative hypothesis (\(H_1\)) is the claim that a difference exists. The trial’s statistical analysis produces a p-value: the probability of observing results at least as extreme as those seen, assuming \(H_0\) is true. If the p-value falls below a pre-specified threshold \(\alpha\), we reject \(H_0\) and conclude the treatment has an effect.

Two types of decision error matter:

Type I error (false positive): concluding the drug works when it does not. Regulators mandate a strict upper bound on this probability, typically \(\alpha = 0.025\) one-sided (or 0.05 two-sided). A trial significant at \(p < 0.025\) one-sided is meeting a standard that limits falsely approving ineffective drugs to at most 2.5 per 100 trials of ineffective agents.

Type II error (false negative): failing to detect a drug that genuinely works. The probability of avoiding Type II error is power: the trial’s ability to correctly identify an effective drug. Trials are typically designed for 80% or 90% power.

Sample size is determined by three inputs: the minimum clinically important difference (MCID, the smallest effect worth detecting), the desired power, and the tolerated Type I error. Precision improves only with the square root of sample size: to halve the standard error (and so double the precision), sample size must quadruple. This is why large Phase III trials are expensive and why design efficiency (reducing variability through stratification, using continuous rather than binary endpoints, or fitting a covariate-adjustment model) can meaningfully reduce required enrollment.

NoteWhat a p-value does and does not say

A p-value of 0.01 does not mean there is a 99% chance the drug works. It means that if the drug truly had no effect, we would see results this extreme only 1% of the time by chance. The frequentist framework controls error rates over many hypothetical repetitions; it does not directly state the probability that this particular drug is effective. Surveys consistently show that even experienced researchers misinterpret p-values (Wasserstein and Lazar 2016; Goodman 2008). Bayesian methods (Chapter 12) address this by directly computing posterior probabilities.

The ITT Principle and the Estimands Framework

For decades, the Intent-to-Treat (ITT) principle governed trial analysis: include every patient according to their randomization assignment, regardless of whether they actually received the treatment or completed the study. A patient randomized to the drug arm who never took a single dose is still analyzed in the drug arm. ITT is conservative (it tends to underestimate treatment effects) but it preserves the benefits of randomization and prevents manipulation of results by selectively excluding patients.

ITT does not, however, always answer the clinical question of greatest interest. The ICH E9(R1) addendum introduced the estimands framework (International Council for Harmonisation 2019), which requires sponsors to explicitly specify five elements of the treatment comparison: the population, the treatment and control, the endpoint variable, how intercurrent events will be handled, and the population-level summary measure. Intercurrent events (things that happen after randomization and affect interpretation, such as treatment discontinuation, rescue medication use, or crossover) cannot be silently swept under the rug. Different handling strategies answer different clinical questions:

  • Treatment policy strategy (closest to ITT): outcome is measured regardless of intercurrent events. Estimates the effect of the treatment policy (“start on Drug X”), not necessarily the effect of the drug itself.
  • Hypothetical strategy: estimates what would have happened if the intercurrent event had not occurred. Requires modeling assumptions about unobserved outcomes.
  • While-alive or while-on-treatment strategy: restricts analysis to the period of treatment. Answers “what is the effect while the patient is actually taking the drug?”

The estimands framework forces clarity before data collection: you cannot retrospectively choose the strategy that makes results look better. It also aligns the statistical analysis with the regulatory claim being sought, since different strategies support different label language. The interaction between estimands and endpoint choice is covered in Chapter 17.

11.2 Survival Analysis

Time-to-event endpoints are the workhorses of Phase III oncology, cardiovascular, and infectious disease trials. Rather than recording whether an event occurred by a fixed date (a binary endpoint that discards timing information), survival analysis models the time until an event of interest: death, disease progression, hospitalization, or relapse.

Censoring is the key technical challenge. A patient who is still alive at the end of the trial, or who was lost to follow-up, has not experienced the event, but we know they survived at least until their last observation. This partial information is called a censored observation and must be handled correctly, not discarded.

Kaplan-Meier Estimator

The Kaplan-Meier (KM) estimator (Kaplan and Meier 1958) is the standard method for plotting and describing survival experience in a trial arm. It estimates the probability of surviving beyond each observed event time, accounting for censoring. KM curves are the visual signature of most Phase III oncology and cardiovascular publications.

Key properties of KM curves that every trial team should understand:

  • The curve drops only at times when events actually occur; censored observations cause a tick mark but no step.
  • The width of the confidence band (and the reliability of the curve) deteriorates toward the right, where fewer patients remain at risk. Median survival has narrower uncertainty than 5-year survival if most events occur in the first few years.
  • Comparing two KM curves visually can be misleading when curves cross, because a single summary statistic (hazard ratio) may hide clinically important patterns of early benefit and late harm or vice versa.

Log-Rank Test

The log-rank test is the standard significance test for comparing two survival curves. It asks: did the two groups experience events at the same rate over time? The test is distribution-free (no parametric assumptions about survival times) and maximally sensitive when the proportional hazards assumption holds.

When curves cross or diverge late, the log-rank test can be insensitive. Weighted log-rank tests (Fleming-Harrington family) place more or less weight on early versus late events, targeting the test toward the timing of expected benefit. For immunotherapy trials, where effects often emerge slowly, up-weighting late events (equivalently, down-weighting early ones) can improve power.

Cox Proportional Hazards Model

The Cox model (Cox 1972) is the most widely used regression model for survival data. It estimates the effect of treatment (and covariates) on the hazard (the instantaneous rate of experiencing the event at each point in time, among those who have survived to that point).

The model produces a hazard ratio (HR): the ratio of the hazard in the treatment arm to the hazard in the control arm. An HR of 0.75 means patients on treatment experience the event at 75% of the rate of controls at any given moment, a 25% reduction in the hazard.

The proportional hazards (PH) assumption states that the HR is constant over time. This is testable (Schoenfeld residuals, scaled Schoenfeld plots) and should be checked. When it is violated, the HR is still estimable but represents an average over time rather than a stable effect size. Alternatives for non-proportional hazards include restricted mean survival time (RMST), which compares average time alive up to a horizon \(t^*\) without requiring the PH assumption.

Covariate adjustment via the Cox model is standard: pre-specified prognostic variables (age, disease stage, performance status, prior therapy) increase precision by reducing unexplained variability, making the treatment comparison more efficient at fixed sample size.

Competing Risks

In many trials, the event of interest cannot occur once another event has intervened. In an oncology trial measuring disease-specific survival, a patient who dies from a car accident is censored in the standard analysis, but this censoring is non-informative only if death from other causes is independent of disease progression, an assumption that may not hold in older or sicker populations. Competing risks analysis (Fine-Gray subdistribution hazards (Fine and Gray 1999)) models the cumulative incidence of each event type explicitly. For trials with substantial competing events (hematologic cancers, COVID-19, elderly populations), competing risks analysis should be pre-specified as at least a sensitivity analysis.

11.3 Repeated Measures and Longitudinal Data

Many trials measure outcomes repeatedly over time: pain scores every two weeks, cognitive assessments every three months, quality-of-life questionnaires at each visit. The primary question may be the effect of treatment at a specific timepoint (e.g., change from baseline at week 52), but the repeated measurements contain information that a single-timepoint analysis discards.

ANCOVA for Single-Timepoint Outcomes

Analysis of covariance (ANCOVA) is the standard model when the primary endpoint is a continuous outcome measured at one post-baseline timepoint, with baseline value as a covariate. It produces a treatment comparison adjusted for baseline, which is consistently more powerful than an unadjusted comparison and less susceptible to chance baseline imbalances.

The EMA and FDA both recommend ANCOVA as the primary analysis for most continuous endpoints in two-arm confirmatory trials. The residual variance in an ANCOVA is always at most as large as the variance of the raw change score, and often substantially smaller.

Mixed Model for Repeated Measures (MMRM)

The Mixed Model for Repeated Measures (MMRM) has become the de facto standard for longitudinal continuous endpoints in confirmatory trials, particularly in neurology, psychiatry, and metabolic disease. It models all post-baseline measurements simultaneously, with treatment, visit, and treatment-by-visit interaction as fixed effects and an unstructured correlation matrix across visits.

The critical practical advantage of MMRM over the older Last Observation Carried Forward (LOCF) method is in missing data handling. LOCF imputes missing later observations with the last observed value, which is a strong and often wrong assumption (a patient who dropped out because they were doing poorly is treated as though they continued at that level indefinitely). MMRM, by contrast, uses a likelihood-based approach that is valid under the Missing at Random (MAR) assumption: it uses all available data from each patient and draws valid inferences without imputation, as long as missingness depends only on observed (not unobserved) outcomes. FDA and EMA have increasingly pushed sponsors toward MMRM and away from LOCF for this reason.

MMRM with an unstructured covariance matrix makes no assumption about the shape of within-patient correlation over time, which is appropriate when visits are irregularly spaced or the correlation pattern is unknown. For trials with many timepoints or complex longitudinal patterns, random-effects models (with random slopes and intercepts) are an alternative that borrows strength across patients.

11.4 Missing Data

Missing data in clinical trials is not an afterthought: it is a design and analysis challenge that should be addressed in the protocol and statistical analysis plan before enrollment begins.

The MCAR/MAR/MNAR Taxonomy

The inferential consequences of missing data depend on why data are missing:

  • Missing Completely at Random (MCAR): missingness is unrelated to any observed or unobserved data. Rare in practice; a lab machine failure that randomly affects 2% of samples might qualify.
  • Missing at Random (MAR): missingness depends on observed data but not on the unobserved outcome itself. A patient with worse observed prior scores is more likely to drop out, but conditional on those observed scores, whether they drop out does not depend on what their unmeasured future score would have been. MAR is the working assumption for MMRM and multiple imputation.
  • Missing Not at Random (MNAR): missingness depends on the unobserved outcome itself. A patient stops reporting because they are feeling worse than what their last observed score reflects. This is the problematic case: no analysis fully corrects for MNAR without additional assumptions.

Multiple Imputation

Multiple imputation (MI) creates several (typically 20-100) complete datasets by drawing from the predictive distribution of missing values given observed data, analyzes each complete dataset separately, and combines results using Rubin’s rules (Rubin 1987). Under MAR, MI produces valid estimates. Under MNAR, MI under MAR gives an optimistic estimate, which is why MNAR sensitivity analyses are required.

Sensitivity Analyses

Regulators expect primary analyses that assume MAR to be accompanied by sensitivity analyses that explore MNAR scenarios. Common approaches:

  • Tipping point analysis: how extreme must the unobserved missing outcomes be before the treatment effect is no longer significant? If the tipping point requires unrealistically bad outcomes for dropouts in the treatment arm, the MAR result is robust.
  • Pattern mixture models: specify different outcome distributions for different dropout patterns (e.g., dropouts for adverse events vs. dropouts for lack of efficacy) and check sensitivity to plausible MNAR assumptions.
  • Reference-based imputation: impute missing treatment-arm outcomes using the control arm distribution (a conservative “return-to-baseline” assumption for withdrawals), directly encoding the estimand strategy for treatment discontinuation.

11.5 Group-Sequential Designs and Alpha Allocation

Group-sequential testing is the oldest and most widely adopted form of interim flexibility in confirmatory trials. Take a fixed 400-patient trial and add planned interim looks at 200 and 300 patients before the final analysis: you now have three opportunities to declare superiority (or stop for futility) instead of one. The statistical challenge is that each additional look creates another opportunity for a false positive. Applying the same \(\alpha\) threshold (0.025) at each of three looks raises the experiment-wide false-positive rate above 2.5%.

The solution is to allocate alpha across looks so the total remains 2.5%. Two boundary families dominate practice:

O’Brien-Fleming boundaries (O’Brien and Fleming 1979) spend very little alpha early, requiring an extremely stringent threshold at interim looks (roughly \(p < 0.003\) at the halfway point) while preserving a final threshold close to the unadjusted 0.025. The intuition: a finding that clears a very high early bar is convincing; a finding that merely clears the standard bar at the end requires no sacrifice. O’Brien-Fleming boundaries are common in Phase III trials because the final boundary remains close to 0.025, which is familiar to sponsors and regulators.

Pocock boundaries (Pocock 1977) distribute alpha more evenly across looks, making early stopping slightly easier but depressing the final threshold. The same evidence standard applies at each look; a drug that succeeds at interim 1 but not quite at the end is not approved.

The Lan-DeMets alpha-spending function (Lan and DeMets 1983) generalizes both into a single flexible framework: alpha is allocated as a smooth function of the information fraction (the proportion of patients enrolled or events observed), without requiring the number or timing of interim analyses to be fixed in advance. Lan-DeMets spending is now the workhorse of Phase III interim planning, because it accommodates the practical reality that interim dates depend on enrollment rate and event accumulation rather than a fixed calendar.

TipAlpha is distributed, not consumed

A common but mistaken belief is that interim looks “cost alpha” or impose a “penalty.” Alpha is distributed across analyses rather than spent irrecoverably. You still have 2.5% experiment-wide Type I error; you have simply allocated it to different timepoints. The final nominal threshold (e.g., 0.021 rather than 0.025) reflects that some alpha was allocated to earlier looks, not a penalty for looking.

The corollary matters for practice: looking at interim data is not inherently costly. What requires alpha adjustment is the action taken in response to that data. Stopping early for superiority requires spending alpha for that possibility. Stopping early for futility does not: it deflates rather than inflates Type I error. A DSMB monitoring a trial for safety without unblinding the sponsor does not touch alpha at all.

Futility rules are pre-specified stopping criteria that end a trial when interim evidence is sufficiently discouraging. Well-designed futility rules are based on predictive probability (see Section 12.7.1): given the data observed so far, what is the probability that continuing to the planned sample size would yield a successful outcome? If that probability falls below a threshold (typically 10-20%), continuing may be difficult to justify. Futility thresholds interact with the overall design: an aggressive threshold may prematurely terminate a trial that would have ultimately succeeded; a conservative threshold may waste resources. Simulation across plausible effect-size scenarios is essential for calibration.

The group-sequential advantage over ad hoc sample-size increases. A recurring design trap: a trial reaches an interim with borderline results, prompting the sponsor to consider extending enrollment to “wash out” an unfavorable trend. Doing so without pre-specification inflates Type I error. The promising zone design (Mehta and Pocock 2011) offers a pre-specified version of this extension: it allows sample-size expansion when interim conditional power falls within a defined range, without additional alpha adjustment. Head-to-head simulations consistently show that a well-built group-sequential design with futility rules achieves higher power at lower average sample size than the promising zone. The practical lesson: build flexibility into the design from the start rather than reaching for it after an unfavorable interim.

The introduction to group-sequential concepts in the context of Phase III planning is at Section 9.3. Bayesian analogs (predictive probability of success, adaptive interim rules based on posterior distributions) are covered in Chapter 12.

11.6 SMART Designs and Dynamic Treatment Regimes

Many diseases are not cured by a single fixed treatment. Depression, substance use disorders, cancer, HIV, and chronic pain all require sequences of treatments: what to start with, whether to switch if the initial treatment fails, and what to switch to. A standard RCT comparing Treatment A versus Treatment B answers which starting treatment is better on average. It does not tell you what to do next for patients who do not respond.

A Dynamic Treatment Regime (DTR) is a sequence of decision rules, each mapping a patient’s current status (clinical state, response to prior treatment, biomarkers) to a treatment action. DTRs are the formal statistical representation of how clinicians actually practice: “start with drug A; if patient has not responded at week 8, augment with drug B or switch to drug C.” The goal of a DTR comparison is to identify which sequence of treatment decisions produces the best outcomes over time.

The SMART Design

A Sequential Multiple Assignment Randomized Trial (SMART) provides the data needed to compare embedded DTRs using clean randomization at each decision stage (Murphy 2005; Lavori and Dawson 2000).

In a two-stage SMART, patients are first randomized to one of two (or more) initial treatments. After an assessment of response (typically at a clinically meaningful timepoint), patients who responded continue; non-responders are re-randomized to one of two (or more) salvage or augmentation options. The result is a tree of sequences: initial treatment A followed by augmentation X for non-responders, initial treatment A followed by switch to Y for non-responders, initial treatment B followed by augmentation X for non-responders, and so forth. Each branch of the tree defines an embedded DTR.

The key advantage over a factorial or crossover design is that re-randomization at stage two occurs only among non-responders (or only among responders, if the question concerns maintenance), making the design clinically realistic. A patient who responds to treatment A is not randomized again, as there is no clinical or ethical reason to switch them.

Inference in SMART. Comparing embedded DTRs requires weighted analysis: non-responders contribute to both stage-two arms, but they were not all enrolled with equal probability of being compared. Inverse probability weighting (IPW) or doubly-robust estimators correctly account for this. The estimand is the mean outcome under the DTR if applied to all patients in the target population, a well-defined causal quantity.

Sample size. Sample size for a SMART depends on the proportion of non-responders (since stage-two randomization occurs only among that group), the effect size of the DTR comparison, and the correlation between stages. Power is typically lower than a standard two-arm RCT of the same enrollment, because the stage-two comparison uses only the non-responder fraction. Murphy (2005) provides the foundational sample size framework for SMART designs (Murphy 2005).

Key Applications

ADHD (Pelham et al., 2016): Children with ADHD were randomized to begin with low-dose medication or behavioral intervention; non-responders were re-randomized to intensify that modality or add the other (Pelham et al. 2016). The study found that starting with behavioral intervention and augmenting with medication for non-responders produced comparable outcomes to starting with medication, with less overall medication exposure, a clinically actionable DTR comparison.

**STAR*D (Rush et al., 2006):** The Sequenced Treatment Alternatives to Relieve Depression trial was a multi-stage “real-world” depression study in which patients who did not achieve remission at each stage were offered progressively different treatment options (Rush et al. 2004). While not a formally pre-specified SMART (sequential randomization was optional at each stage), it provided the foundational data motivating the SMART framework in psychiatry and generated the hypothesis that most patients who will ultimately achieve remission do so within two or three medication steps.

ExTENd (Oslin et al.): The Extending Treatment Effectiveness of Naltrexone study, a SMART for alcohol use disorder comparing naltrexone and combined behavioral intervention for initial responders and non-responders, demonstrating that the DTR comparison could be operationalized in outpatient substance use settings.

When SMART Designs Are Appropriate

SMART designs are most valuable when: (a) there is genuine clinical uncertainty about sequencing decisions, not just initial treatment choice; (b) the re-randomization timepoint corresponds to a meaningful clinical decision window; (c) non-response to the initial treatment is common enough to power stage-two comparisons; and (d) the scientific question concerns the embedded DTR comparison, not just average response at stage two.

For conditions where most patients respond to initial treatment and sequencing rarely arises, a standard RCT is more efficient. SMART designs impose operational complexity (tracking response status, executing stage-two randomization in real time) that is only warranted when the DTR comparison is the primary scientific question.

11.7 Causal Inference: From Trials to Real-World Evidence

The randomized trial is the gold standard for establishing causal treatment effects precisely because randomization balances all confounders (measured and unmeasured) by design. When randomization is not possible (rare diseases, historical comparisons, post-marketing effectiveness), causal inference methods attempt to recover valid treatment comparisons from observational data.

This section provides the conceptual vocabulary. The full regulatory and design framework for using real-world evidence in drug development is in Chapter 14.

The Potential Outcomes Framework

The potential outcomes (Rubin causal model) framework (Rubin 1974) defines the causal effect of treatment at the individual level as the difference between what would have happened to a patient under treatment versus what would have happened under control: two potential outcomes, only one of which is observed (the fundamental problem of causal inference). The average treatment effect (ATE) is the average of these individual-level differences across the population.

ITT analysis in a randomized trial estimates the ATE under the treatment-policy estimand: it compares what happened to patients assigned to treatment with what happened to patients assigned to control, averaged over the entire population including non-compliers. When compliance is high, the ITT effect closely approximates the effect of treatment actually received. When non-compliance is substantial, the complier average causal effect (CACE, or local average treatment effect, LATE) can be estimated via instrumental variables (IV), using randomization as the instrument.

Propensity Score Methods

In observational data, treatment assignment is not random. Propensity score methods (Rosenbaum and Rubin 1983) use the estimated probability of receiving treatment given observed covariates to balance groups. The three main approaches:

  • Matching: pair each treated patient with one or more control patients with similar propensity scores. Reduces the sample to matched pairs; balance is verifiable but matching can discard many patients.
  • Inverse probability weighting (IPW): weight each patient by the inverse of their probability of receiving the treatment they actually received, creating a pseudo-population where treatment is independent of covariates. Retains all patients but is sensitive to extreme weights when propensity scores are near 0 or 1.
  • Stratification / subclassification: divide patients into strata by propensity score quintile and estimate treatment effects within strata. A rougher approach with less bias reduction than matching or IPW.

Propensity score methods balance only on observed covariates. Unmeasured confounding (the persistent concern in any observational analysis) cannot be removed by propensity scoring. Sensitivity analysis for unmeasured confounding (e.g., E-values (VanderWeele and Ding 2017)) should accompany any causal claim from propensity-based analyses.

Target Trial Emulation

Target trial emulation (Hernán and Robins 2016) is a framework for designing observational analyses that explicitly mimic a hypothetical randomized trial. The analyst specifies the target trial’s eligibility criteria, treatment strategies, assignment mechanism, outcomes, follow-up, and estimand, then checks whether these elements can be credibly emulated with the available observational data.

The discipline of specifying the target trial forces analytic decisions (e.g., the time zero for follow-up, which patients qualify as eligible, how to handle time-varying treatment) that are often made implicitly and inconsistently in ad hoc observational analyses. Common biases (immortal time bias, selection bias at time zero, depletion of susceptibles) become visible and correctable when mapped against the target trial template.

Target trial emulation is increasingly used for: post-marketing effectiveness studies comparing two approved drugs (no RCT exists); historical comparisons in rare disease programs; and informing the design of prospective trials by estimating likely effect sizes and population characteristics from existing registries.

Marginal Structural Models

When treatment is time-varying and affected by prior outcomes (e.g., a patient’s dose is adjusted based on their response), standard regression confounds the treatment effect with the confounding pathway that runs through time-varying covariates. Marginal structural models (MSMs) (Robins, Hernán, and Brumback 2000), fit using IPW with time-varying weights, handle this correctly by modeling the marginal (population-averaged) treatment effect in a population where, by weighting, all patients had equal probability of being on each treatment at each time.

MSMs are the appropriate tool for questions like: “What would have happened to this patient population if everyone had maintained continuous antiretroviral therapy, compared to a policy of interrupting therapy when CD4 counts exceeded a threshold?” (a question that standard adjusted regression cannot answer because CD4 count is simultaneously a confounder and a mediator).


The methods described in this chapter share a common goal: valid inference about treatment effects under uncertainty, whether from a randomized trial with missing data, an adaptive trial with pre-specified interim rules, or an observational database where patients were not randomly assigned. Chapter 12 extends this toolkit with Bayesian methods, which provide a complementary framework for updating probability estimates as evidence accumulates and for incorporating prior information about treatment effects.

NoteDiscussion Questions
  1. A Phase III trial for a novel PD-L1 inhibitor in second-line hepatocellular carcinoma uses overall survival as its primary endpoint and pre-specifies the log-rank test. At the time of analysis, the Kaplan-Meier curves separate at month 6, converge at month 12, and then diverge again in favor of the experimental arm. The log-rank test is not significant (p = 0.08). What does this tell you about the proportional hazards assumption, and what alternative analysis approaches (restricted mean survival time, weighted log-rank, landmark analysis) could be pre-specified to handle this pattern without inflating Type I error?

  2. A sponsor is designing a 52-week antidepressant trial in treatment-resistant depression with an expected 40% dropout rate. The ICH E9(R1) estimands framework requires explicit handling of treatment discontinuation. Compare the treatment policy strategy and the hypothetical strategy as the primary estimand: what different clinical questions do they answer, what are their respective data requirements, and how does your choice affect the labeling claim you can support?

  3. A tipping-point sensitivity analysis for a chronic pain trial shows that the primary MMRM result (p = 0.03) would flip to non-significance only if the mean of unobserved outcomes in the treatment arm were 2.8 standard deviations worse than the observed completer mean. How should a clinical reviewer interpret this threshold, and under what circumstances would you consider this result robust versus still uncertain?

  4. A SMART design for an anxiety disorder population estimates that 35% of patients will be classified as non-responders at the stage-one re-randomization. The target effect size for the DTR comparison is a 0.35-unit difference on a validated symptom scale, with a standard deviation of 1.2. Why does the non-responder proportion directly determine required enrollment rather than only the stage-two sample size, and what is the role of inverse probability weighting in ensuring a valid DTR comparison?

  5. A propensity-score-matched observational study reports that patients who received Drug A had a 22% lower rate of major cardiovascular events than those who received Drug B (HR 0.78, 95% CI 0.67-0.91). The authors report an E-value of 2.1. A reviewer argues this is insufficient to rule out unmeasured confounding. Construct the strongest possible argument that the result is robust and the strongest possible argument that it is not, using the E-value and the study design features.