cocoon
Extract, Format, and Print Statistical Output
A statistics-formatting helper in maintenance mode, tracking R-devel one fix at a time
◆Recent moves
- 1mo ago
Test fix for wilcox.test changes in R-devel
Adjusts a test case to exact = TRUE after R-devel changed how wilcox.test() computes the asymptotic approximation. The second fix in this same thread, and like the first it is test-suite maintenance rather than a change in what the package formats.
View source ↗ - 11mo ago
Suppress an R-devel warning in htest testing
Adds exact = TRUE to a wilcox.test() call to silence a warning under r-devel. The first instance of the upstream-tracking pattern that 0.3.1 would repeat nine months later.
View source ↗ - 1y ago
format_stats gains regression and mixed-model methods
Extends the format_stats() generic from correlations, t-tests and Bayes factors to aov, lm, glm and the lme4 and lmerTest mixed-model families. This is the release that made the generic worth dispatching on, covering most of what applied researchers actually report, and it marks the point after which the package went quiet.
View source ↗ - 1y ago
format_stats generic supersedes the per-test formatters
Replaces the separate format_corr() and format_ttest() entry points with a single class-dispatching generic, and adds support for output from correlation::correlation(). The API shape the package has kept ever since, with 0.2.0 filling in methods rather than changing the design.
View source ↗ - 1y ago
Pre-release tag of the 0.1.0 contents
An alpha tag published twelve seconds before 0.1.0 and carrying the same notes. It is the pre-release artifact of that release, not a separate set of changes.
View source ↗