Skip to content

simtrial 1.0.0

Latest
Compare
Choose a tag to compare
@LittleBeannie LittleBeannie released this 11 Jun 20:06
ebb4829

Statistical improvements

Documentation

  • 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).