statsExpressions 0.7.1
BREAKING CHANGES
- To avoid confusion among users, the trimming level for all functions is now
changed fromtr = 0.1totr = 0.2(which is whatWRS2defaults to).
MAJOR CHANGES
-
expr_templategains a new argumentbayesian, which can return an
expression for Bayesian analysis, which has a slightly different template.
Additionally, it has changed its conventions about the column names it
expects. -
Retires the additional caption-making functionality that was unique to
expr_meta_randomwhentype = "parametric". This was the only context in
which this feature was supported and was therefore inconsistent with the
rest of the package API. -
Removes
tidy_model_performancefunction, which is no longer used
internally. -
Removes column containing
logvalues of Bayes Factor as they are relevant
only for expressions. -
All meta-analysis packages move from
ImportstoSuggeststo reduce the
installation time for the user. -
All robust tests in this package were based on trimmed means, except for
correlation test. This has been changed: the robust correlation measure is
now Winsorized correlation, which is based on trimming. Therefore, the
betaargument has been replaced bytrargument. This should result only
in minor changes in correlation coefficient estimates.