Skip to content

gsDesign2 1.1.3

Latest
Compare
Choose a tag to compare
@LittleBeannie LittleBeannie released this 15 Nov 22:10
· 8 commits to main since this release
67e7423

Bug fixes

  • Fix the bug of gs_design_rd() when info_scale = "h0_h1_info" (#402, thanks to @LittleBeannie).
  • Fix the bug of gs_spending_combo() to enable HSD spending function (#444, thanks to @LittleBeannie).
  • Fix the bug of fixed_design_maxcombo() regarding the upper bounds (#445, thanks to @elong0527).
  • Fix the bug of gs_design_wlr() when the design is driven by information fraction only (#446, thanks to @LittleBeannie).
  • Fix the bug of pw_info() when there are many piecewise HRs (#460, thanks to @LittleBeannie).

Statistical improvements

  • The gs_update_ahr() function (test version) is updated to

    • Enable unchanged futility bounds when it is fixed at the original design (#408, thanks to @LittleBeannie).
    • Allow boundary updates when only certain interim analysis data is available (#436, thanks to @LittleBeannie).
    • Allow boundary updates when alpha changes by keeping the same info_scale as the original design (#470, @LittleBeannie).
  • Rounding of integer design is updated (#488, #484, #486, thanks to @LittleBeannie).

  • Integer design (i.e., integer sample size and events) is updated to ensure exact integer sample size and events (#452, #460, thanks to @LittleBeannie and @yihui).

  • Change the information fraction displayed at the summary-gt table from under H1 to H0 for logrank tests (#439, thanks to @LittleBeannie).

  • Add the sample size as the output of ahr() and pw_info() (#427, #433, thanks to @LittleBeannie).

User interface improvements

  • Enable passing named vector of col_decimals and analysis_decimals to summary.gs_design() (#403, #431, @jdblischak).

Coding practice improvements

Documentation

Testing