Releases
v1.1.0
Breaking changes
Split fixed_design()
into a group of fixed_design_*()
functions for enhanced modularity (#263 ).
gs_design_rd()
and gs_power_rd()
now have updated options of weighting for stratified design (#276 ).
ppwe()
now accepts two arguments duration
and rate
instead of a data frame fail_rate
(#254 ).
Unexport helper functions gridpts()
, h1()
, and hupdate()
(#253 ).
New features
Introduce define_enroll_rate()
and define_fail_rate()
as new input constructor functions to replace the tibble inputs (#238 ).
Add a new function pw_info()
which calculates the statistical information under the piecewise model (#262 ).
Improvements
Add a vignette showing the canonical joint distribution of Z-score and B-values under null and alternative hypothesis for the AHR test (#246 ).
Refactor expected_event()
to improve computational performance (@jdblischak , #250 ).
Move the source code of the legacy version from inst/
to tests/testthat/
as developer tests (#269 ).
You can’t perform that action at this time.