keaven / gsDesign

Group sequential design for clinical trials
https://keaven.github.io/gsDesign/
GNU General Public License v3.0
51 stars 14 forks source link

Implement stratified sample size method from Bernstein and Lagakos #81

Closed nanxstats closed 1 year ago

nanxstats commented 1 year ago

From Keaven:

The Bernstein and Lagakos method[^1] can be added to gsDesign as an alternate stratified sample size method for comparison.

Nan: The original paper gives a FORTRAN routine. I found an R implementation.

[^1]: Bernstein, D and Lagakos, SW. Sample size and power determination for stratified clinical trials. Journal of Statistical Computation Simulation, 8:65–73, 1978.

nanxstats commented 1 year ago

Will do this in gsDesign2 instead. See https://github.com/Merck/gsDesign2/issues/205.