discretetests
R package discretetests by disohda — release notes from GitHub.
Four years of releases land in four minutes as the changelog gets backfilled to GitHub
◆Recent moves
- 2mo ago
Sign tests and a pluggable permutation test
Sign tests for one- and two-sample paired designs and a permutation test for two independent samples with several built-in statistics. The permutation test is the more open-ended of the two, since its statistic is a parameter rather than fixed.
View source ↗ - 2mo ago
Input observation names carried through results
get_pvalues() and print() on DiscreteTestResults now carry through the row or cell names of the input observations, with an option to suppress them. Small, but it removes the manual re-labelling step when tracking which result belongs to which observation.
View source ↗ - 2mo ago
Wilcoxon, Mann-Whitney and homogeneity tests join the package
The largest release of the set: Wilcoxon signed rank and rank sum tests, Mann-Whitney U, and a conditional two-sample homogeneity test. The result class is extended to store ragged observation lists plus test statistics and null distribution details, print output is rewritten on cli, and the old dot-separated function names become defunct.
View source ↗ - 2mo ago
macOS compilation fix
A compilation fix for certain macOS configurations. Despite carrying the highest version number in this set, it holds the earliest timestamp — an artifact of the backfill order.
View source ↗