statsExpressions 0.4.0
BREAKING CHANGES
-
Removes the experimental
corr_objectsfunction. -
All Bayes Factor related functions have now moved to the new
tidyBF
package and are re-exported from there.
MAJOR CHANGES
-
Minimum R version bumped to
R 3.6.0. -
Retires the internal
effsize_t_parametrichelper function in favor of
relying functions fromeffectsize, which is now added as a dependency.
Similarly,{statsExpressions}now relies oneffectsizeto compute effect
sizes for ANOVA designs, instead ofsjstats. -
For parametric t-tests and ANOVAs, confidence intervals for effect sizes
are estimated using the noncentrality parameter method. Centrality-based
methods are deprecated. -
Correlation analysis is carried out using
correlationpackage, which is
now added as a dependency.
MINOR CHANGES
- All expressions now contain name of the statistical test carried out.