Changelog
rankdifferencetest 2026.4.1
Bug Fixes
-
srt()andsrt2()viasrt_pmedian.wilcoxon()- Fixed out-of-bounds index in exact confidence interval when
alternative = "less"with small sample sizes (n <= 6). The upper bound returnedNAinstead of the correct value.
- Fixed out-of-bounds index in exact confidence interval when
-
rdpmedian2()- Removed mistaken check for
NULLin the required argumenty.
- Removed mistaken check for
rankdifferencetest 2025.12.4
CRAN release: 2025-12-05
- Major changes
-
rdt()- Complete rewrite with new features and breaking changes.
- No longer depends on
coin::wilcoxsign_test(), making it orders of magnitude faster.
-
- Additions
-
srt()for the Wilcoxon signed-rank test. - Pseudomedian and confidence interval of observed data.
- Vector data interface
- Coerce objects to
data.framein typicalbroom::tidy()style. - Coerce objects to tibble in typical
broom::tidy()style. - Brief overview of results in
hteststyle.
-