Skip to content

rpact 3.3.4

Compare
Choose a tag to compare
@fpahlke fpahlke released this 15 Feb 09:22
13643a4
  • allocationRatioPlanned for simulating means and rates for a two treatment groups design can be a vector of length kMax, the number of stages
  • calcSubjectsFunction can be used in C++ version for simulating means and rates
  • calcEventsFunction added in getSimulationSurvival()
  • getPerformanceScore() added: calculates the performance score for simulation means results (1 and 2 groups; 2 stages)
  • Performance of simulation rates improved for 1 and 2 groups (by translating from R to C++)
  • Performance of simulation means improved for 1 and 2 groups
  • Two-sided O'Brien and Fleming beta-spending function corrected
  • Issue in plot type 5 for sample size means and rates fixed
  • Added dependency on R >= 3.6.0
  • Rcpp sugar function sapply removed from C++ code to stop deprecated warnings on r-devel-linux-x86_64-fedora-clang
  • Minor improvements