MINOR CHANGES
Thanks to Sarah, the package has a hexsticker. :)
Confidence intervals for Spearman’s rho are computed using correlation
instead of rcompanion
.
All relevant functions get rid of messages
argument as the functions no longer print a message when bootstrapped CIs are used.
The effect size measure for paired robust t-test is now changed to robust (trimmed-Winsorized) standardized difference similar to Cohen’s d.
BUG FIXES
0.4.0
release for expr_anova_parametric
: changing conf.level
doesn’t work and function defaults to 0.90
CIs (#32).MINOR CHANGES
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 from effectsize
, which is now added as a dependency. Similarly, statsExpressions
now relies on effectsize
to compute effect sizes for ANOVA designs, instead of sjstats
.
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
corr_objects
to reduce dependency load of ggstatsplot
. This is an experimental function and should be avoided until it stabilizes.NEW FEATURES
expr_meta_bayes
.NEW FEATURES
expr_meta_parametric
, expr_meta_robust
, bf_meta
.BREAKING CHANGES
expr_template
function now expects two dataframes: stats.df
and effsize.df
that contain the details needed for creating expressions instead of providing each individual values. This makes the function more friendly work with using modeling packages like broom
.MINOR CHANGES
Minor tweaks to how widehat is displayed in some of the expressions.
Cramer’s V is bias-corrected by default.
MAJOR CHANGES
Removes MCMCpack
from Depends
.
All effect size texts now contain ^
on top to signify that these are estimates.
MINOR CHANGES
CRAN
.MINOR CHANGES
rcompanion
dependency.