Tutorials › Biostatistics › Multiple Comparison Procedures for Dose-Ranging Studies

Multiple Comparisons & Dose Response

Multiple Comparison Procedures for Dose-Ranging Studies

A practical guide to controlling multiplicity when several doses are compared with placebo, including Dunnett's test, Williams' test, trend tests, prespecified contrasts, dose-response modeling, adjusted confidence intervals, and a complete worked example.

Advanced 18 min read

What You'll Learn

  • Why multiplicity is a central issue in multi-dose clinical trials
  • How Dunnett's procedure controls comparisons of several doses versus placebo
  • How Williams' procedure and trend contrasts exploit an ordered dose structure
  • How contrast-based testing differs from ordinary pairwise testing
  • How multiplicity affects p-values, confidence intervals, and interpretation
  • How to implement dose-ranging comparisons in R and choose an appropriate procedure

Introduction

Dose-ranging studies are designed to answer a question that is more complicated than the usual two-group comparison: how does the treatment effect change as dose increases?

A typical dose-ranging trial may contain a placebo group and several active-dose groups, such as 5 mg, 10 mg, 20 mg, and 40 mg.

The investigator may want to determine whether any dose differs from placebo, whether the response increases with dose, which doses appear clinically useful, or whether there is evidence of a plateau.

These objectives naturally generate multiple statistical comparisons.

For example, with four active doses there are four natural dose-versus-placebo comparisons:

$$ \mu_1-\mu_0,\quad \mu_2-\mu_0,\quad \mu_3-\mu_0,\quad \mu_4-\mu_0 $$

Testing each comparison at the ordinary 5% significance level does not preserve an overall 5% probability of a false positive.

Key idea: In a dose-ranging study, multiplicity should be addressed according to the scientific question. If the primary question is whether any dose beats placebo, a procedure such as Dunnett's test is often highly efficient. If the scientific question concerns an ordered dose-response pattern, Williams-type contrasts or trend-based procedures may be more appropriate.

Why Multiple Comparisons Arise in Dose-Ranging Trials

Consider a randomized study with one placebo group and four active treatment groups:

Group Dose Sample Size
Placebo 0 mg 80
Low dose 5 mg 80
Medium-low dose 10 mg 80
Medium-high dose 20 mg 80
High dose 40 mg 80

If every active dose is compared with placebo, there are four hypothesis tests.

If all pairwise comparisons are performed, there are:

$$ {5\choose2}=10 $$

pairwise comparisons.

If investigators additionally test for linear trend, quadratic trend, selected dose contrasts, and a dose-response model, the number of statistical questions can increase substantially.

The important issue is therefore not merely the number of treatment groups. It is the number and structure of inferential claims being made.

The Family-Wise Error Rate

The most common multiplicity criterion for confirmatory clinical-trial comparisons is the family-wise error rate, or FWER.

Suppose there are \(m\) null hypotheses:

$$ H_1,H_2,\ldots,H_m $$

The family-wise error rate is:

$$ FWER=P(\text{at least one false rejection}) $$

A conventional confirmatory target is:

$$ FWER\le0.05 $$

This means that under the global null hypothesis, the probability of making one or more false-positive claims is controlled at 5%.

Do not confuse FWER with the individual test level. A collection of four tests each performed at \(\alpha=0.05\) does not generally have a 5% family-wise error rate. The procedures discussed below are designed to account for the correlation and structure among the comparisons.

What Happens If We Ignore Multiplicity?

Suppose four independent comparisons are each performed at the 5% level.

If all four null hypotheses are true, the probability of making at least one false rejection is approximately:

$$ 1-(1-0.05)^4 $$

which equals approximately:

$$ 1-0.95^4 \approx0.1855 $$

or about 18.6%.

The exact value in a real dose-ranging study depends on the correlation among the test statistics, but the basic lesson remains: performing multiple unadjusted tests can inflate the probability of at least one false-positive conclusion.

The Global Null Hypothesis

For a dose-ranging study, the global null hypothesis may be written as:

$$ H_0: \mu_1=\mu_2=\cdots=\mu_k=\mu_0 $$

where \(\mu_0\) is the placebo mean and \(\mu_j\) is the mean for dose \(j\).

The alternative may be:

$$ H_A: \text{at least one active dose differs from placebo} $$

This is different from the more specific hypothesis:

$$ H_{Aj}:\mu_j>\mu_0 $$

for a particular dose.

A multiplicity procedure should match the family of hypotheses that the trial intends to test.

Why Dunnett's Test Is Important

Dunnett's procedure was specifically developed for the situation in which several treatment groups are compared with a common control.

This makes it especially natural for dose-ranging studies.

Instead of treating the comparisons as independent tests, Dunnett's procedure accounts for the correlation caused by the common placebo group.

For dose \(j\), the estimated treatment contrast is:

$$ \widehat{\Delta}_j=\bar{Y}_j-\bar{Y}_0 $$

The corresponding test statistic can be written as:

$$ T_j= \frac{\bar{Y}_j-\bar{Y}_0} {SE(\bar{Y}_j-\bar{Y}_0)} $$

The joint distribution of these test statistics is used to determine a multiplicity-adjusted critical value.

Why Dunnett is efficient: Dunnett's procedure exploits the fact that all active doses share the same control group. It is generally more powerful for dose-versus-placebo comparisons than applying a generic Bonferroni correction to the same set of comparisons.

Dunnett's Hypotheses

Suppose there are four active doses.

The individual hypotheses are:

$$ H_{01}:\mu_1=\mu_0 $$ $$ H_{02}:\mu_2=\mu_0 $$ $$ H_{03}:\mu_3=\mu_0 $$ $$ H_{04}:\mu_4=\mu_0 $$

For a superiority analysis, the corresponding one-sided alternatives are:

$$ H_{Aj}:\mu_j>\mu_0 $$

Dunnett's procedure then controls the probability of falsely rejecting at least one of these hypotheses.

Dunnett Versus Bonferroni

Bonferroni is simple and broadly applicable.

If there are \(m\) comparisons and the desired family-wise error rate is \(\alpha\), Bonferroni can use:

$$ \alpha_{\text{individual}}=\frac{\alpha}{m} $$

For four dose-versus-placebo comparisons and an overall 5% level:

$$ \frac{0.05}{4}=0.0125 $$

Each individual comparison would therefore be tested at 0.0125.

Dunnett generally gains efficiency because it uses the joint multivariate distribution of the correlated treatment-versus-control statistics rather than simply dividing alpha equally.

Feature Bonferroni Dunnett
Controls FWER Yes Yes
Designed for common control No Yes
Uses correlation among comparisons No Yes
Simple to implement Very Moderately
Usually efficient for dose vs placebo Less efficient More efficient

Williams' Test and Ordered Doses

Dunnett's procedure treats each dose-versus-placebo comparison as a distinct question.

But dose-ranging studies often have an additional scientific feature: the doses are ordered.

For example:

$$ 0 < 5 < 10 < 20 < 40\text{ mg} $$

If the treatment effect is expected to increase monotonically with dose, ordered-dose procedures can use that structure.

Williams' procedure is particularly associated with testing for a monotone dose-response pattern while comparing higher doses, or averages of higher doses, against placebo.

The Basic Idea Behind Williams-Type Contrasts

Suppose the treatment means are:

$$ \mu_0,\mu_1,\mu_2,\mu_3,\mu_4 $$

A simple dose-versus-placebo contrast for the highest dose is:

$$ C_4=\mu_4-\mu_0 $$

A Williams-type contrast can instead compare the placebo mean with an average of several high-dose means.

For example:

$$ C_3= \frac{\mu_3+\mu_4}{2}-\mu_0 $$

and:

$$ C_2= \frac{\mu_2+\mu_3+\mu_4}{3}-\mu_0 $$

The exact contrasts depend on the specified Williams procedure and dose structure.

Important: Williams-type procedures are not simply "Dunnett with different weights." They exploit an ordered treatment structure and are most appropriate when a monotonic dose-response relationship is scientifically plausible.

Why Averaging Higher Doses Can Help

Suppose the true mean response increases from placebo through the low and medium doses but then reaches a plateau.

The highest dose alone may contain substantial sampling variability.

An average of the higher-dose groups can sometimes provide stronger evidence for a monotone treatment effect than comparing only the single highest dose.

This is particularly useful when the scientific question is: is there evidence that the treatment effect becomes greater as dose increases? rather than: does every individual dose differ from placebo?

Dunnett and Williams Answer Different Questions

Scientific Question Potential Procedure
Does any dose differ from placebo? Dunnett
Which individual doses differ from placebo? Dunnett
Is there evidence of a monotone dose-response pattern? Williams / trend-based procedure
Is the highest dose effective? Prespecified contrast or Dunnett
Is there a linear dose-response relationship? Trend test or regression contrast
What dose-response curve best describes the data? Model-based dose-response analysis

Contrast-Based Testing

A contrast is a linear combination of treatment means whose coefficients sum to zero.

For example:

$$ C=c_0\mu_0+c_1\mu_1+\cdots+c_k\mu_k $$

with:

$$ \sum_{j=0}^{k}c_j=0 $$

A dose-versus-placebo comparison can be represented by:

$$ C=(-1,1,0,0,0) $$

which gives:

$$ C=\mu_1-\mu_0 $$

A linear trend contrast might use coefficients reflecting the dose levels.

For equally spaced doses, a simple trend contrast might use coefficients such as:

$$ (-2,-1,0,1,2) $$

for placebo and four ordered active groups, although the precise coefficients should reflect the planned dose-response question.

Why Prespecified Contrasts Are Powerful

Suppose the investigator has a specific scientific hypothesis before the trial: the treatment effect should increase approximately linearly with dose.

A planned linear contrast can target that hypothesis directly.

This can be more powerful than performing every possible pairwise comparison.

Principle: Multiplicity is not a reason to test everything with equal importance. A well-designed analysis identifies the scientifically important hypotheses before unblinding and allocates inferential attention to those hypotheses.

Global Tests Versus Individual Comparisons

A dose-ranging analysis can begin with a global question:

$$ H_0:\mu_0=\mu_1=\cdots=\mu_k $$

An ANOVA F-test can address whether there is evidence that at least one group mean differs.

However, a significant global F-test does not tell us which dose differs from placebo.

Post-hoc or planned multiple-comparison procedures are therefore needed when the clinical interpretation requires identifying particular doses.

Analysis Main Question
Global ANOVA Does any group differ?
Dunnett Which doses differ from placebo?
Williams Is there evidence of an ordered treatment effect?
Trend test Is response associated with dose in a specified trend?
Dose-response model What functional relationship describes response versus dose?

A Complete Worked Example

Consider a randomized, placebo-controlled Phase II dose-ranging study with four active doses.

The primary endpoint is a continuous change from baseline measured at the end of treatment, with larger values indicating greater improvement.

Group Dose N Mean Change SD
Placebo 0 mg 80 1.2 4.0
Low 5 mg 80 1.8 4.1
Medium-low 10 mg 80 2.3 4.0
Medium-high 20 mg 80 3.0 4.2
High 40 mg 80 3.1 4.1

The observed means suggest a dose-response pattern:

$$ 1.2,\quad1.8,\quad2.3,\quad3.0,\quad3.1 $$

The increase appears to continue through 20 mg and then plateau.

This raises two different statistical questions:

  1. Which doses are significantly better than placebo?
  2. Is there evidence of an ordered dose-response relationship?

These questions need not have the same optimal statistical procedure.

Step 1: Define the Dose-Versus-Placebo Comparisons

The four treatment effects are:

$$ \Delta_1=\mu_1-\mu_0 $$ $$ \Delta_2=\mu_2-\mu_0 $$ $$ \Delta_3=\mu_3-\mu_0 $$ $$ \Delta_4=\mu_4-\mu_0 $$

The observed estimates are:

$$ \widehat{\Delta}_1=1.8-1.2=0.6 $$ $$ \widehat{\Delta}_2=2.3-1.2=1.1 $$ $$ \widehat{\Delta}_3=3.0-1.2=1.8 $$ $$ \widehat{\Delta}_4=3.1-1.2=1.9 $$
Dose Estimated Difference vs Placebo
5 mg 0.6
10 mg 1.1
20 mg 1.8
40 mg 1.9

Step 2: Use Dunnett's Procedure

Because the primary confirmatory question is whether each dose improves the endpoint relative to placebo, Dunnett's procedure is a natural choice.

The null hypotheses are:

$$ H_{01}:\mu_1=\mu_0 $$ $$ H_{02}:\mu_2=\mu_0 $$ $$ H_{03}:\mu_3=\mu_0 $$ $$ H_{04}:\mu_4=\mu_0 $$

The family-wise significance level is:

$$ \alpha=0.05 $$

The four comparisons are analyzed jointly using the Dunnett distribution.

Step 3: Interpret Adjusted Results

Suppose the resulting multiplicity-adjusted p-values were:

Dose Estimate vs Placebo Adjusted p-value Conclusion
5 mg 0.6 0.42 Not significant
10 mg 1.1 0.09 Not significant
20 mg 1.8 0.006 Significant
40 mg 1.9 0.003 Significant

The appropriate interpretation is that the 20 mg and 40 mg doses demonstrate statistically significant improvement relative to placebo while controlling the family-wise error rate at 5%.

The low and medium-low doses do not reach statistical significance.

Do not say "the 40 mg dose had p=0.003, therefore it is significant at 5%" without explaining the multiplicity procedure. The important result is that the family of dose-versus-placebo comparisons was analyzed using a multiplicity-controlling procedure.

Step 4: Examine the Dose-Response Pattern

The dose-specific results do not fully describe the pattern.

The observed means are:

$$ 1.2,\quad1.8,\quad2.3,\quad3.0,\quad3.1 $$

The treatment effect appears to increase through 20 mg and then flatten.

A monotone trend procedure can therefore provide additional information about whether the ordered pattern is statistically supported.

Williams-Type Interpretation

Suppose a Williams-type analysis provides evidence that the treatment effect increases across the ordered dose levels.

This does not mean that every adjacent pair must be significantly different.

For example, the 20 mg and 40 mg means may be almost identical while the overall evidence for an increasing dose-response relationship remains strong.

Plateaus are clinically informative. A dose-ranging study does not necessarily need to identify the highest dose as the "best" dose. If 20 mg and 40 mg produce similar efficacy but 40 mg has greater toxicity, the dose-response analysis may support selection of 20 mg.

Why "Highest Significant Dose" Is Not Always the Right Answer

A common but potentially misleading strategy is:

  1. Test the highest dose.
  2. If significant, choose it.
  3. Otherwise test the next dose.

This can produce an analysis driven primarily by statistical significance rather than the full benefit-risk relationship.

Dose selection should consider:

  • Efficacy magnitude
  • Evidence of dose-response
  • Plateau behavior
  • Safety and tolerability
  • Exposure-response relationships
  • Clinical relevance
  • Precision of estimated treatment effects

Confidence Intervals Matter

Multiplicity is not only a p-value issue.

If several treatment effects are estimated, the corresponding confidence intervals should also reflect the inferential family when simultaneous inference is intended.

An ordinary 95% confidence interval for each of four comparisons does not automatically provide 95% simultaneous coverage for all four intervals.

Multiplicity-adjusted simultaneous confidence intervals can instead be constructed so that:

$$ P\left( \Delta_1\in CI_1,\ldots,\Delta_k\in CI_k \right) \ge1-\alpha $$

This gives a family-wise interpretation to the interval estimates.

One-Sided Versus Two-Sided Testing

Dose-ranging trials frequently have a directional efficacy hypothesis.

For example:

$$ H_0:\mu_j-\mu_0\le0 $$ versus:

$$ H_A:\mu_j-\mu_0>0 $$

A one-sided multiplicity procedure may therefore be appropriate when the protocol and clinical question justify a directional hypothesis.

If clinically important effects can occur in either direction, a two-sided procedure is generally required.

Prespecification matters. The choice between one-sided and two-sided testing should be made before examining the results. It should not be selected after seeing which direction produced the more favorable result.

Multiple Comparisons With Unequal Sample Sizes

Dose-ranging studies do not always have equal sample sizes.

For example:

Group N
Placebo 100
5 mg 75
10 mg 75
20 mg 60
40 mg 50

The contrast estimates remain straightforward, but their standard errors depend on the group sizes.

For independent groups with a common variance estimate \(s^2\), the standard error of a dose-versus-placebo difference is approximately:

$$ SE(\bar{Y}_j-\bar{Y}_0) = s\sqrt{\frac{1}{n_j}+\frac{1}{n_0}} $$

The multiplicity adjustment must then be based on the appropriate joint distribution of the resulting test statistics.

ANCOVA in Dose-Ranging Trials

Many clinical trials analyze a continuous endpoint using ANCOVA rather than an unadjusted comparison of post-treatment means.

A typical model is:

$$ Y_i = \beta_0+ \beta_1 Treatment_i+ \beta_2 Baseline_i+ \epsilon_i $$

The treatment coefficients or estimated marginal means can then be used to construct dose-versus-placebo contrasts.

The multiplicity procedure applies to the planned contrasts, not necessarily to a collection of separate unadjusted ANCOVA models.

Clinical-trial principle: If ANCOVA is the prespecified primary analysis, the dose comparisons should usually be obtained from the prespecified model using appropriate estimated marginal means and contrasts.

Multiplicity After ANCOVA

Suppose the adjusted treatment means are:

Group Adjusted Mean
Placebo 1.0
5 mg 1.5
10 mg 2.0
20 mg 2.7
40 mg 2.8

The clinically relevant contrasts are still:

$$ 1.5-1.0,\quad 2.0-1.0,\quad 2.7-1.0,\quad 2.8-1.0 $$

The difference is that these estimates are adjusted for the covariates included in the ANCOVA model.

Trend Tests

A trend test asks whether the outcome changes systematically with dose.

A simple linear model can be written as:

$$ E(Y\mid Dose)=\beta_0+\beta_1 Dose $$

The trend hypothesis is:

$$ H_0:\beta_1=0 $$

against a directional alternative such as:

$$ H_A:\beta_1>0 $$

A significant trend provides evidence of a dose-response relationship.

However, a linear trend test can miss nonlinear relationships.

Nonlinear Dose-Response Patterns

Real pharmacologic dose-response relationships may be:

  • Approximately linear
  • Monotonic but nonlinear
  • Plateau-shaped
  • Inverted U-shaped
  • Delayed or threshold-like

Therefore, testing only a linear trend may be too restrictive.

For example, consider:

$$ 0\text{ mg}\rightarrow 5\text{ mg}\rightarrow 10\text{ mg}\rightarrow 20\text{ mg}\rightarrow 40\text{ mg} $$

with effects:

$$ 0,\quad0.8,\quad1.6,\quad2.4,\quad2.5 $$

The relationship is clearly increasing but appears to plateau.

A linear model may describe the general pattern but may not represent the plateau particularly well.

Model-Based Dose-Response Analysis

Instead of testing individual doses independently, investigators can fit a dose-response model.

For example, an Emax model is:

$$ E(D) = E_0+ \frac{E_{\max}D}{ED_{50}+D} $$

where:

  • \(E_0\) is the baseline or placebo-level response.
  • \(E_{\max}\) is the maximum treatment effect.
  • \(ED_{50}\) is the dose producing half of the maximum effect.
  • \(D\) is dose.

This approach answers a somewhat different question from Dunnett's test.

Dunnett asks which prespecified doses differ from placebo.

A dose-response model asks: what underlying dose-response relationship best describes the observed data?

Do not automatically treat model fitting as a replacement for multiplicity control. Model selection, parameter inference, dose comparisons, and clinical decision-making can create their own multiplicity issues.

Closed Testing and Dose-Ranging Studies

Multiplicity can also be controlled through a closed testing principle.

The basic idea is that a hypothesis can be rejected only when the appropriate intersection hypotheses have also been rejected.

For example, with hypotheses:

$$ H_1,\ H_2,\ H_3,\ H_4 $$

a closed family contains intersection hypotheses such as:

$$ H_1\cap H_2,\quad H_1\cap H_3,\quad H_2\cap H_3,\quad H_1\cap H_2\cap H_3 $$

Closed testing can provide strong FWER control while allowing structured testing strategies.

In a dose-ranging study, it can be particularly useful when the hypotheses have a logical hierarchy or ordered structure.

Hierarchical Dose Testing

Suppose the protocol defines a testing hierarchy:

1
Test the overall dose-response hypothesis.
2
If supported, test the highest clinically relevant dose.
3
If successful, test the next lower dose.
4
Continue according to the prespecified hierarchy.

Such strategies can preserve strong error control if the hierarchy and testing rules are specified appropriately.

Why Dose Order Matters

Suppose doses are:

$$ 5,\ 10,\ 20,\ 40\text{ mg} $$

An ordered procedure can use the expectation:

$$ \mu_0\le\mu_1\le\mu_2\le\mu_3\le\mu_4 $$

This is a stronger structural assumption than simply saying that at least one dose differs from placebo.

When the assumption is reasonable, exploiting it can improve power.

When it is not reasonable, it can produce a poorly targeted analysis.

Statistical efficiency comes from assumptions. Williams-type and trend procedures can be more powerful than generic pairwise procedures precisely because they use information about dose ordering. That efficiency is appropriate only when the ordering assumption is scientifically defensible.

Bonferroni-Holm as a General Alternative

If the comparison family does not have a natural common-control structure, Holm's step-down procedure is often a useful general-purpose method.

Suppose the unadjusted p-values are:

$$ 0.004,\quad0.012,\quad0.021,\quad0.039 $$

Sort them:

$$ p_{(1)}\le p_{(2)}\le p_{(3)}\le p_{(4)} $$

Holm compares sequentially against:

$$ \frac{\alpha}{4}, \quad \frac{\alpha}{3}, \quad \frac{\alpha}{2}, \quad \alpha $$

for \(\alpha=0.05\), these are:

$$ 0.0125,\quad0.0167,\quad0.025,\quad0.05 $$

The procedure stops at the first failure.

Holm is generally more powerful than simple Bonferroni while maintaining strong FWER control.

When Should Holm Be Used Instead of Dunnett?

Holm may be attractive when:

  • The hypotheses do not all compare doses with a common placebo.
  • The comparison family contains heterogeneous contrasts.
  • The treatment groups do not have a natural control structure.
  • A general-purpose step-down method is preferred.

Dunnett is usually more naturally targeted when the primary family consists specifically of several treatment-versus-common-control comparisons.

Multiple Endpoints and Multiple Doses

Dose-ranging multiplicity becomes more complicated when there are multiple endpoints.

For example, suppose the trial has:

  • Four active doses
  • One primary endpoint
  • One key secondary endpoint

There may already be eight dose-versus-placebo hypotheses.

If both endpoints are confirmatory, the multiplicity strategy should address the combined family appropriately.

Possible strategies include:

  • Hierarchical testing
  • Gatekeeping
  • Bonferroni or Holm adjustment
  • Resampling-based methods
  • Graphical multiple-testing procedures
  • Separate prespecified families when scientifically justified
Do not define statistical families solely to make the p-values smaller. The family definition should reflect the claims that the trial intends to support and should be established before the confirmatory analysis.

Multiplicity and Dose Selection

Dose-ranging studies often have a development objective rather than a simple yes/no efficacy objective.

The purpose may be to identify:

  • The minimum effective dose
  • A dose-response plateau
  • A dose with the best benefit-risk profile
  • A dose suitable for Phase III

Therefore, the statistical analysis should not reduce the entire study to the question: which dose has the smallest p-value?

A useful dose-selection framework combines:

1
Estimate treatment effects at each dose.
2
Control multiplicity for the prespecified confirmatory comparisons.
3
Examine the shape of the dose-response relationship.
4
Evaluate precision using confidence intervals.
5
Integrate efficacy with safety and exposure information.

R Implementation: Dunnett's Test

R provides several ways to perform multiple comparisons.

A simple analysis can begin with a one-way ANOVA:

fit <- aov(
  change ~ dose,
  data = dat
)

summary(fit)

The multcomp package can then be used for general linear-hypothesis testing.

library(multcomp)

fit <- aov(
  change ~ dose,
  data = dat
)

dunnett_fit <- glht(
  fit,
  linfct = mcp(dose = "Dunnett")
)

summary(dunnett_fit)
confint(dunnett_fit)

The output provides simultaneous inference for the treatment-versus-control comparisons.

Specifying the Reference Group

It is important that placebo be the reference level.

dat$dose <- factor(
  dat$dose,
  levels = c(
    "Placebo",
    "5 mg",
    "10 mg",
    "20 mg",
    "40 mg"
  )
)

fit <- aov(
  change ~ dose,
  data = dat
)

This makes the intended treatment structure explicit.

Dunnett With an ANCOVA Model

For a baseline-adjusted continuous endpoint, a linear model might be:

fit <- lm(
  endpoint ~ dose + baseline,
  data = dat
)

library(emmeans)

emm <- emmeans(
  fit,
  ~ dose
)

contrast(
  emm,
  method = "trt.vs.ctrl",
  ref = "Placebo",
  adjust = "dunnett"
)

This approach is often particularly useful in clinical-trial analyses because it separates the modeling of the endpoint from the specification of the multiplicity-adjusted treatment contrasts.

Simultaneous Confidence Intervals in R

contrast(
  emm,
  method = "trt.vs.ctrl",
  ref = "Placebo",
  adjust = "dunnett"
) |>
  confint()

The resulting intervals can be interpreted jointly under the selected multiplicity adjustment.

Williams-Type Contrasts in R

Williams-type analyses require the dose ordering to be represented correctly.

Depending on the exact procedure and analysis model, specialized contrast matrices or dose-response methods may be used.

A general contrast framework can be illustrated using:

emm <- emmeans(
  fit,
  ~ dose
)

contrast(
  emm,
  method = list(
    "High dose vs placebo" =
      c(-1, 0, 0, 0, 1)
  )
)

For an actual Williams procedure, use a validated implementation appropriate to the dose structure rather than manually approximating the procedure with an arbitrary collection of contrasts.

Validation point: A contrast that looks similar to a Williams contrast is not automatically equivalent to the formal Williams multiple-comparison procedure. The exact weights, covariance structure, critical values, and multiplicity adjustment matter.

Trend Analysis in R

If dose is scientifically treated as a quantitative variable, a regression model can be used.

fit_linear <- lm(
  change ~ dose,
  data = dat
)

summary(fit_linear)

A significant coefficient for dose provides evidence of a linear trend.

However, dose should not automatically be entered as a numeric variable.

If the dose levels are 5, 10, 20, and 40 mg, treating dose numerically assumes that the numerical distances have meaningful implications for the response model.

For example, the jump from 5 to 10 mg is not necessarily pharmacologically equivalent to the jump from 20 to 40 mg.

Factor Dose Versus Numeric Dose

Representation Interpretation
Factor Each dose is treated as a separate treatment level
Numeric A functional relationship with dose is imposed
Ordinal score Doses are treated as ordered categories

Choosing among these representations is a scientific modeling decision, not merely a programming decision.

Trend Tests Can Be More Powerful

If the true treatment effects increase monotonically with dose, a trend test can combine information across dose groups.

Suppose the true effects are:

$$ 0,\quad0.5,\quad1.0,\quad1.5,\quad2.0 $$

A collection of individual dose-versus-placebo tests may each have only moderate power.

A trend test can instead use the ordered pattern as a whole.

This can be advantageous when the primary scientific hypothesis is about dose-response rather than identification of a particular dose.

But Trend Tests Have Limitations

A significant trend does not necessarily mean that the highest dose is the best clinical dose.

For example, the dose-response relationship might continue upward while adverse events increase substantially.

Likewise, a trend test may be insensitive to a threshold effect or an unusual nonmonotone response.

Therefore: trend evidence and dose selection are related but distinct tasks.

Multiplicity-Adjusted P-Values

Suppose the unadjusted p-values for four dose comparisons are:

$$ 0.006,\quad0.018,\quad0.031,\quad0.047 $$

An adjusted procedure may produce larger p-values because it accounts for the fact that four related hypotheses were tested.

For example, a generic multiplicity adjustment might yield:

$$ 0.020,\quad0.045,\quad0.071,\quad0.094 $$

The exact values depend on the procedure and covariance structure.

Never manually multiply a Dunnett p-value by the number of doses. Dunnett adjustment is based on the joint distribution of the correlated test statistics. A simple multiplication is not equivalent to the Dunnett procedure.

Multiplicity-Adjusted Confidence Intervals

Suppose the estimated treatment effects are:

Dose Estimate Simultaneous 95% CI
5 mg 0.6 (−0.7, 1.9)
10 mg 1.1 (−0.2, 2.4)
20 mg 1.8 (0.5, 3.1)
40 mg 1.9 (0.6, 3.2)

The simultaneous intervals show that the 20 mg and 40 mg effects are clearly above zero, while the intervals for the lower doses include zero.

This provides more information than adjusted p-values alone because the magnitude and precision of the treatment effects remain visible.

Multiplicity and Sample-Size Planning

Multiplicity affects power and therefore affects sample-size requirements.

Suppose an unadjusted comparison would require a critical value of approximately 1.96 for a two-sided 5% test.

A multiplicity-adjusted procedure generally requires a more stringent critical value.

Therefore, maintaining the same power may require a larger sample size.

This is one reason multiplicity should be incorporated during study planning rather than added after the trial has been designed.

Power for Dunnett Comparisons

Suppose the investigator wants adequate power to detect a clinically meaningful difference \(\delta\) for one or more doses.

The standardized effect can be represented approximately as:

$$ \frac{\delta}{\sigma} $$

where \(\sigma\) is the residual standard deviation.

The power calculation must then account for:

  • Number of active doses
  • Control-group size
  • Active-group sizes
  • Correlation among treatment-control comparisons
  • One-sided versus two-sided testing
  • Target family-wise alpha
  • Clinically meaningful effect size

Software implementing Dunnett's distribution is generally preferable to trying to approximate the adjustment manually.

Why More Doses Can Reduce Power

Adding more dose groups may seem beneficial because it provides more information about dose-response.

But if the confirmatory family grows, multiplicity becomes more demanding.

For example:

$$ 2\text{ doses} \rightarrow 4\text{ doses} \rightarrow 6\text{ doses} $$

can increase the number of treatment-versus-placebo hypotheses.

Unless the additional dose groups contribute useful information, they may reduce the efficiency of the confirmatory comparisons.

More dose groups are not automatically better. The dose levels should be selected to provide useful information about the anticipated dose-response relationship, not simply to create more testing opportunities.

Choosing Dose Levels

Statistical efficiency depends partly on where the doses are placed.

If the doses are too closely clustered, they may provide little additional information.

If they are extremely widely separated, important features of the dose-response curve may be missed.

Dose selection should therefore consider:

  • Preclinical pharmacology
  • Pharmacokinetics
  • Exposure-response evidence
  • Expected efficacy range
  • Safety margins
  • Potential plateau
  • Potential maximum tolerated dose

Placebo Is a Shared Comparator

One of the most important structural features of dose-ranging studies is that all active doses commonly share the same placebo group.

This creates correlated treatment-control comparisons.

That correlation is not merely a nuisance. Dunnett's procedure uses it to obtain a more efficient multiplicity adjustment.

If the same placebo observations appear in multiple comparisons, the resulting test statistics are statistically related.

Pairwise All-Dose Comparisons

Suppose the study has five groups.

All pairwise comparisons produce:

$$ {5\choose2}=10 $$

comparisons.

But the scientific objective of a dose-ranging study is rarely to establish that every dose differs from every other dose.

The relevant questions are more often:

  • Does any dose beat placebo?
  • Where does efficacy begin?
  • Is there evidence of a plateau?
  • Does efficacy increase with exposure?
  • Which dose provides an acceptable benefit-risk profile?

Therefore, an all-pairwise Tukey analysis may answer a broader question than the one actually required.

Dunnett Versus Tukey

Procedure Primary Use
Dunnett Several treatments versus a common control
Tukey All pairwise group comparisons
Holm General family of hypotheses
Williams Ordered dose-response comparisons
Trend test Association between ordered dose and response

Common Mistakes

  1. Testing every dose versus placebo at 0.05 without adjustment. This can inflate the family-wise type I error.
  2. Using Bonferroni automatically. Bonferroni is valid but may be unnecessarily conservative when all comparisons share a common control.
  3. Using Dunnett for every dose-response question. Dunnett is excellent for dose-versus-placebo comparisons but does not directly answer every question about dose-response shape.
  4. Using a trend test when monotonicity is implausible. A trend procedure relies on an ordered dose-response structure.
  5. Treating numeric dose as automatically linear. Dose values such as 5, 10, 20, and 40 mg do not imply a linear response model.
  6. Choosing the dose solely because it has the smallest p-value. Clinical dose selection should consider efficacy magnitude, safety, precision, and dose-response shape.
  7. Reporting unadjusted confidence intervals as if they were simultaneous. Multiplicity applies to interval inference as well as hypothesis tests.
  8. Adding post hoc contrasts after seeing the data. The inferential family should be defined before the confirmatory analysis.
  9. Ignoring the covariance among comparisons. Shared placebo groups induce correlation that procedures such as Dunnett explicitly account for.
  10. Confusing exploratory dose-response modeling with confirmatory testing. A fitted model may be useful for understanding the dose-response curve, but its inferential role should be prespecified.

A Practical Decision Framework

1
Identify the primary dose-ranging question.
2
Define the family of confirmatory hypotheses.
3
Determine whether the comparisons share a common placebo/control.
4
Determine whether dose ordering is scientifically meaningful.
5
Select Dunnett, Williams, Holm, a trend procedure, or another prespecified method accordingly.
6
Define the type I error and one-sided or two-sided testing convention.
7
Plan multiplicity-adjusted confidence intervals.
8
Incorporate the procedure into sample-size and power calculations.
9
Prespecify the analysis model and contrast definitions.
10
Interpret efficacy together with dose-response shape and safety.

Recommended Analysis Structure for a Phase II Dose-Ranging Trial

A robust statistical analysis might contain several complementary components.

Analysis Purpose
Primary ANCOVA or appropriate endpoint model Estimate treatment effects while adjusting for prespecified covariates
Dunnett comparisons Control FWER for dose-versus-placebo comparisons
Simultaneous confidence intervals Quantify treatment-effect magnitude and precision
Trend analysis Assess evidence for ordered dose-response
Dose-response modeling Explore or characterize the shape of the relationship
Safety by dose Assess benefit-risk implications

These analyses answer complementary questions and should not be treated as interchangeable.

Example Statistical Analysis Plan Language

A protocol might state that the primary efficacy analysis will compare each active dose with placebo using a prespecified multiplicity-adjusted procedure.

For example:

Illustrative SAP structure: The primary efficacy endpoint will be analyzed using an analysis of covariance model including treatment as a fixed effect and the prespecified baseline covariate. Least-squares mean differences between each active-dose group and placebo will be estimated. The family-wise type I error rate will be controlled at 5% using Dunnett's multiple-comparison procedure. Simultaneous confidence intervals will be provided for all treatment-versus-placebo differences. The dose-response relationship will additionally be characterized using prespecified trend and dose-response analyses.

The exact wording should reflect the actual protocol, estimand, endpoint, analysis population, and statistical model.

Multiplicity and Missing Data

The multiplicity adjustment does not replace the missing-data strategy.

If the primary endpoint is missing for some patients, the analysis model may require assumptions or methods for handling missing observations.

Possible approaches include:

  • Mixed models for repeated measures
  • Multiple imputation
  • Reference-based imputation
  • Pattern-mixture sensitivity analyses
  • Other prespecified estimand-aligned methods

The multiplicity procedure should then be applied to the prespecified estimand-relevant treatment contrasts.

Multiplicity and Estimands

Modern clinical-trial analysis begins by defining the treatment effect of interest before selecting the statistical test.

For a dose-ranging study, the estimand may specify:

  • Population
  • Treatment condition
  • Endpoint
  • Intercurrent-event strategy
  • Summary measure

The multiple-comparison procedure should then be aligned with the resulting treatment comparisons.

Important distinction: Multiplicity controls false-positive inference among a defined family of statistical claims. It does not determine what the treatment effect itself means. The estimand should be defined first.

When Dunnett Is Usually the Natural Choice

Dunnett is particularly attractive when all of the following are true:

  • There is a single common control group.
  • There are multiple active doses.
  • The primary confirmatory question is dose versus placebo.
  • FWER control is required.
  • Individual dose comparisons are clinically meaningful.

For this structure, Dunnett directly targets the main inferential problem.

When Williams May Be More Informative

Williams-type procedures can be attractive when:

  • Doses have a meaningful natural ordering.
  • A monotone dose-response relationship is plausible.
  • The scientific question concerns increasing treatment effect with dose.
  • The investigator wants to exploit dose ordering for statistical efficiency.

They can be particularly useful when the goal is to establish that a treatment effect emerges and increases across ordered doses rather than to test every dose independently.

When a Dose-Response Model Is Preferable

A model-based approach may be particularly useful when the development program needs estimates such as:

  • ED50
  • Emax
  • Plateau dose
  • Target exposure
  • Optimal dose region

In these settings, the study may use a combination of confirmatory dose-versus-placebo testing and model-based dose-response characterization.

A Useful Conceptual Distinction

There are three related but different questions:

A
Detection: Is any dose more effective than placebo?
B
Pattern: Does efficacy increase systematically with dose?
C
Selection: Which dose provides the most appropriate benefit-risk profile for further development?

Dunnett is particularly suited to Question A.

Williams or trend procedures can contribute to Question B.

Question C requires statistical evidence from the efficacy and dose-response analyses together with safety and pharmacologic information.

Summary of Major Procedures

Procedure Best Suited For Key Advantage
Dunnett Multiple doses vs placebo Efficient common-control FWER control
Bonferroni General multiple hypotheses Simple and broadly applicable
Holm General multiple hypotheses More powerful than simple Bonferroni
Williams Ordered dose-response Uses monotonic dose structure
Trend test Systematic dose-response association Targets ordered pattern
Tukey All pairwise group comparisons Simultaneous all-pairs inference
Dose-response model Characterizing response curve Estimates curve shape and parameters

The Most Important Concept

The most important point is that multiplicity should follow the scientific question.

A dose-ranging trial with placebo and four active doses does not automatically require every possible pairwise comparison.

If the primary question is whether any dose beats placebo, Dunnett's procedure is often the most natural choice.

If the primary question is whether efficacy increases with dose, an ordered procedure such as Williams or a prespecified trend analysis may be more appropriate.

If the objective is to understand the complete dose-response relationship, model-based approaches may provide substantially more useful information than a collection of pairwise p-values.

Bottom line: Multiple comparison procedures are an essential component of dose-ranging clinical-trial analysis. When several doses are compared with a common placebo, Dunnett's procedure provides an efficient way to control the family-wise error rate while preserving power. When the scientific hypothesis concerns an ordered dose-response relationship, Williams-type contrasts and trend procedures can exploit that ordering. More broadly, dose-ranging analysis should distinguish between detecting efficacy, characterizing the dose-response pattern, and selecting a dose for further development. These objectives may require different but complementary statistical methods.

References

Dunnett, C.W. (1955). A multiple comparison procedure for comparing several treatments with a control. Journal of the American Statistical Association, 50, 1096–1121.
Dunnett, C.W. (1964). New tables for multiple comparisons with a control. Biometrics, 20, 482–491.
Williams, D.A. (1971). A test for differences between treatment means when several dose levels are compared with a zero dose control. Biometrics, 27, 103–117.
Williams, D.A. (1972). The comparison of several dose levels with a zero dose control. Biometrics, 28, 519–531.
Hsu, J.C. (1996). Multiple Comparisons: Theory and Methods. Chapman & Hall/CRC.
Bretz, F., Hothorn, T. & Westfall, P. (2010). Multiple Comparisons Using R. CRC Press.
Pinheiro, J., Bornkamp, B. & Bretz, F. (2009). Design and analysis of dose-finding studies with continuous responses. Statistics in Medicine.
FDA. Multiple Endpoints in Clinical Trials: Guidance for Industry. U.S. Food and Drug Administration.
ICH E9. Statistical Principles for Clinical Trials. International Council for Harmonisation.