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
Copy file name to clipboardExpand all lines: NEWS.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
# gsDesign2 1.1.0
2
+
3
+
## Breaking changes
4
+
5
+
- Split `fixed_design()` into a group of `fixed_design_*()` functions for enhanced modularity (#263).
6
+
-`gs_design_rd()` and `gs_power_rd()` now have updated options of weighting for stratified design (#276).
7
+
-`ppwe()` now accepts two arguments `duration` and `rate` instead of a data frame `fail_rate` (#254).
8
+
- Unexport helper functions `gridpts()`, `h1()`, and `hupdate()` (#253).
9
+
10
+
## New features
11
+
12
+
- Introduce `define_enroll_rate()` and `define_fail_rate()` as new input constructor functions to replace the tibble inputs (#238).
13
+
- Add a new function `pw_info()` which calculates the statistical information under the piecewise model (#262).
14
+
15
+
## Improvements
16
+
17
+
- Add a [vignette](https://merck.github.io/gsDesign2/articles/story-canonical-h0-h1.html) showing the canonical joint distribution of Z-score and B-values under null and alternative hypothesis for the AHR test (#246).
18
+
- Refactor `expected_event()` to improve computational performance (@jdblischak, #250).
19
+
- Move the source code of the legacy version from `inst/` to `tests/testthat/` as developer tests (#269).
0 commit comments