Skip to content

statsExpressions 0.4.0

Compare
Choose a tag to compare
@IndrajeetPatil IndrajeetPatil released this 15 Apr 12:01

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

  • All expressions now contain name of the statistical test carried out.