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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Statistical improvements
Summary function of sim_gs_n() is available (#268, thanks to @LittleBeannie).
The denominator of the milestone test Z-score is corrected (#270, thanks to @LittleBeannie).
Statistical information is added as output of sim_gs_n() (#273, thanks to @LittleBeannie).
The randomization ratio is built as an attribute of sim_pw_surv() and passed into the wlr() test (#281, #285 thanks to @LittleBeannie and @jdblischak).
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).