Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 444 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 444 Bytes

gsd

R code for the paper "An additive boundary for group sequential designs with connection to conditional error"

Files included

gsd_functions.R: R code containing functions for implementing group sequential designs. Requires the mvtnorm package. additive_boundary_functions.R: R code containing functions for implementing the additive boundary and error spending functions. Requires the mvtnorm package and gsd_functions.R.