Dose-Finding and Phase I/II Designs
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.
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.
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.
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
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 ≤ β.
Under P=P0, the probability of early termination is PET = Pr(X1 ≤ R1). The expected sample size is
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.
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.