Skip to content

statsExpressions 0.7.1

Choose a tag to compare

@IndrajeetPatil IndrajeetPatil released this 19 Feb 12:48

BREAKING CHANGES

  • To avoid confusion among users, the trimming level for all functions is now
    changed from tr = 0.1 to tr = 0.2 (which is what WRS2 defaults to).

MAJOR CHANGES

  • expr_template gains a new argument bayesian, 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_random when type = "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_performance function, which is no longer used
    internally.

  • Removes column containing log values of Bayes Factor as they are relevant
    only for expressions.

  • All meta-analysis packages move from Imports to Suggests to 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
    beta argument has been replaced by tr argument. This should result only
    in minor changes in correlation coefficient estimates.