statsExpressions 0.7.0
BREAKING CHANGES
-
To be consistent with
ggstatsplot's overall syntax philosophy thetype
argument can be used to specify which type of statistical approach is to be
used for all functions.-
t_parametric,t_nonparametric,t_robust,t_bayesare now removed
in favor of a single functiontwo_sample_test. -
expr_anova_parametric,expr_anova_nonparametric,expr_anova_robust,
expr_anova_bayesare now removed in favor of a single function
oneway_anova.
-
-
{statsExpressions}no longer internally relies ontidyBF. All Bayesian
analysis is carried out in this package itself. This was done to make the
maintenance of this package easier and helps with some major internal code
refactoring. As such, all re-exported functions fromtidyBFhave also been
removed.
BUG FIXES
contingency_tableignoredratioargument while computing Cramer's V
for one-sample test. This is fixed.
MAJOR CHANGES
-
All non-parametric functions now use
effectsizepackage to compute effect
sizes and notrcompanion. This would lead to some changes in effect sizes
and their confidence intervals reported by the respective functions. -
Robust one-sample test is changed from one-sample percentile bootstrap to
bootstrap-t method for one-sample test, which uses trimmed mean like the
rest of the robust functions in this package.
MINOR CHANGES
-
Package internally relies on
afexinstead ofezfor within-subjects
ANOVA. -
expr_templategainspairedargument.