Skip to content

simtrial 0.4.2

Latest
Compare
Choose a tag to compare
@LittleBeannie LittleBeannie released this 21 Nov 16:42
· 11 commits to main since this release
ce4f1a2

Statistical improvements

Computational improvements

  • The source code of summary() is rewritten from tibble or data.frame to data.table, which is optimized to use as little memory as possible by avoiding making unnecessary temporary copies of data frames. This results in code that is more efficient in both time and memory use. (#289, thanks to @jdblischak).
  • The sim_fixed_n() function has been updated to allow parallel simulations (#249, #252, #253, #262, thanks to @cmansch and @jdblischak).

Bug fixes

  • Fixed the bug of cut functions in parallel (#261, thanks to @cmansch).

Coding improvements

  • The wlr() function is enhanced to S3 generic to accept both counting process and time-to-event data as its input (#276, #277, thanks to @jdblischak).

Documentation

Tests