Statistical Calculators › Dose-Finding and Phase I/II Designs › Optimal vs. Minimax Two-Stage Design Comparison
← All Calculators

Dose-Finding and Phase I/II Designs

Optimal vs. Minimax Two-Stage Design Comparison

Compare Simon's two-stage Phase II designs using exact binomial probabilities. The optimum design minimizes the expected sample size under the poor-response rate P0; the minimax design minimizes the maximum total sample size while meeting the same Type I and Type II error constraints. Runs entirely in your browser.

Design Inputs

Specify the poor and good response rates and the required error-rate limits.

Design Comparison

All candidate designs are evaluated by exact binomial enumeration; no normal approximation is used.
Enter design parameters and click Compare Designs.

Methodology

This calculator implements Simon's two-stage single-arm Phase II design. Patients are enrolled in Stage 1 and the trial stops early for futility when the number of responses is at or below the first-stage critical value R1. If the trial continues, the total sample size is N. At the end, the treatment is rejected when the total number of responses is at or below R; otherwise it is declared sufficiently promising for further development.

What is being optimized?

The optimum design is the feasible design with the smallest expected sample size under P=P0. The minimax design is the feasible design with the smallest maximum total sample size N. These are different optimization criteria, so the two designs can have different Stage 1 sizes, stopping boundaries, and expected sample sizes.

Exact probability calculations

Let X1 be the number of responses among N1 patients in Stage 1 and X2 the number of additional responses among N-N1 patients. For a candidate design (N1, R1, N, R), the probability of rejection at response probability p is

Pr(reject | p) = Pr(X1 ≤ R1) + Σ Pr(X1=x) Pr(X2 ≤ R-x), for x = R1+1,.., min(N1, R)

The achieved Type I error is αactual = 1 - Pr(reject | P0), while the achieved Type II error is βactual = Pr(reject | P1). A candidate is feasible only when αactual ≤ α and βactual ≤ β.

Expected sample size and early termination

Under P=P0, the probability of early termination is PET = Pr(X1 ≤ R1). The expected sample size is

E(N) = N1 + (1 - PET)(N - N1)

The calculator searches the integer design space up to the user-specified maximum N. Among feasible candidates, it reports the design minimizing E(N) as the optimum design and the design minimizing N as the minimax design. If there is a tie on the primary criterion, the design with the smaller expected sample size is used as the tie-breaker.

Worked validation example

the relevant methodological literature gives a validation example based on Simon (1989): P0=0.05, P1=0.25, α=0.10, and β=0.10. This yields the optimum design as N1=9, R1=0, N=24, R=2, with E(N)=14.55 and PET=0.630; the minimax design is N1=13, R1=0, N=20, R=2, with E(N)=16.41 and PET=0.513. The implementation in this page reproduces those values to rounding precision.

References

  1. Simon, R. (1989). Optimal Two-Stage Designs for Phase II Clinical Trials. Controlled Clinical Trials, 10(1), 1–10. doi:10.1016/0197-2456(89)90015-9.
  2. the software, LLC. Two-Stage Designs for Tests of One Proportion (Simon), the relevant methodological literature. The procedure defines N1, N, R1, R, PET, E(N), and the exact alpha/beta constraints, and states that Simon's algorithm finds the minimum-N minimax and minimum-E(N) optimum designs.
  3. the software, LLC. this method 11 User's Guide 1, section “Two-Stage Phase II Clinical Trials,” Example 2 — Validation using Simon. This example reports the same optimum and minimax designs used for the validation above.