statsExpressions 0.4.0
BREAKING CHANGES
-
Removes the experimental
corr_objects
function. -
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_parametric
helper function in favor of
relying functions fromeffectsize
, which is now added as a dependency.
Similarly,{statsExpressions}
now relies oneffectsize
to 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
correlation
package, which is
now added as a dependency.
MINOR CHANGES
- All expressions now contain name of the statistical test carried out.