You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add 3 vignettes introducing simulation of fixed or group sequential design
via a single function call of sim_fixed_n() and sim_gs_n() or from the ground up
(#302, #316, thanks to @LittleBeannie).
Add a vignette discussing the potential discrepancies between simtrial and survdiff
(#308, thanks to @larry-leon).
Update parallel vignette to address data.table multithreading (#319, thanks to @jdblischak).
Speed improvements
Optimize parallel simulation speed in sim_fixed_n() and sim_gs_n() by
replacing foreach(.combine = "rbind") with manual data frame combination
(#318, thanks to @nanxstats).