statsExpressions 0.6.0
BREAKING CHANGES
-
Removes the alias
expr_onesample_proptest. -
The
expr_templatefunction retireseffsize.dfargument. Now all details
need to be entered only indata. -
All meta-analyses are now carried out using
expr_meta_randomand the
individual functions have been removed.
MAJOR CHANGES
-
All effect sizes for contingency tabs are now calculated via
effectsize
instead ofrcompanion. This would lead to slight differences in effect
sizes and their CIs but the computations will be faster. Additionally, the
lower bound will never be negative and will be restricted to [0,1]. -
contingency_tablefunction has been made less robust. It now fails instead
of returningNULLwhen it is not supposed to work. This is done to be
consistent with the other functions in the package which also fail instead
of returningNULL. -
expr_anova_parametricalways applies sphericity correction for p-values
for repeated measures ANOVA. -
expr_anova_parametricretires non-partial variants of effect sizes
(eta-squared and omega-squared, i.e.) for parametric analyses. -
The t-test and ANOVA tests get
subject.idargument relevant for repeated
measures design.
MINOR CHANGES
-
Retires the vestigial
stat.titleargument. It was originally intended to
give more info on the tests, but now the expressions themselves contain
these details. -
For paired ANOVA designs,
partial = TRUEis recognized by effect sizes. -
Retires
bias.correctargument for contingency table analysis. It is rarely
justifiable to use the biased version of Cramer's V.