rstatix
Pipe-friendly Framework for Basic Statistical Tests in R
rstatix hit 1.0 by unrounding every p-value it has ever returned
◆Recent moves
- 22d ago
rstatix 1.1.0 gives Cohen's d a deterministic confidence interval
The interval work from 1.0.0 extended to Cohen's d: ci.method = "analytic" inverts the noncentral t distribution instead of bootstrapping, so the interval needs no seed and reproduces exactly across runs. It scales by the Hedges factor when requested and matches effectsize::cohens_d(). Incremental against the arc, but it removes a genuine reproducibility trap.
View source ↗ - 1mo ago
rstatix 1.0.0 stops rounding p-values before adjusting them
⚡ SPARKThe 1.0.0 milestone changes numbers users have already published. Full-precision p and p.adj replace the old 3-significant-figure rounding across the whole test family, and adjustment now runs on unrounded inputs — so pairwise p.adj values can shift. Confidence intervals for partial eta squared, compact letter displays and fligner_test() land alongside.
View source ↗ - 9mo ago
rstatix 0.7.3
CRAN survival work during the quiet years — tests loosened to accept both legacy and R-devel Wilcoxon p-values under ties, plus roxygen formatting fixes. No user-facing change.
View source ↗ - 3y ago
rstatix 0.7.2
A tidyselect 1.2.0 floor and two emmeans_test() fixes, one restoring the factor class of the grouping variable. Dependency upkeep rather than product work.
View source ↗ - 3y ago
rstatix 0.7.1
A cluster of small correctness fixes across the annotation path: shapiro_test() name collisions, get_comparisons() dropping unused levels, get_summary_stats() preserving user column order, and group sizes counted from non-NA values. The same category of quiet inaccuracy 1.0.0 later addressed at scale.
View source ↗ - 5y ago
rstatix 0.7.0
Accessors for test results — get_n(), get_description(), remove_ns() — and a rewritten add_x_position(). This is rstatix building the plumbing that lets ggpubr annotate plots from test objects, the role that makes its later p-value change consequential.
View source ↗