Skip to content

Releases: IndrajeetPatil/statsExpressions

statsExpressions 0.4.0

15 Apr 12:01
Compare
Choose a tag to compare

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.

statsExpressions 0.3.1

14 Feb 12:10
Compare
Choose a tag to compare

MAJOR CHANGES

  • Adds a new function corr_objects to reduce dependency load of
    ggstatsplot. This is an experimental function and should be avoided until
    it stabilizes.

statsExpressions 0.3.0

29 Jan 13:09
Compare
Choose a tag to compare

NEW FEATURES

  • New functions to carry out meta-analysis: expr_meta_bayes.

statsExpressions 0.2.1

23 Jan 13:43
Compare
Choose a tag to compare

NEW FEATURES

  • New functions to carry out meta-analysis: expr_meta_parametric,
    expr_meta_robust, bf_meta.

statsExpressions 0.2.0

10 Jan 07:51
Compare
Choose a tag to compare

BREAKING CHANGES

  • expr_template function now expects two dataframes: data and effsize.df
    that contain the details needed for creating expressions instead of
    providing each individual values. This makes the function more friendly work
    with using modeling packages like broom.

MINOR CHANGES

  • Minor tweaks to how widehat is displayed in some of the expressions.

  • Cramer's V is bias-corrected by default.

statsExpressions 0.1.3

18 Dec 15:25
Compare
Choose a tag to compare

MAJOR CHANGES

  • Removes MCMCpack from Depends.

  • All effect size texts now contain ^ on top to signify that these are
    estimates.

statsExpressions 0.1.2

13 Dec 09:59
Compare
Choose a tag to compare

MINOR CHANGES

  • Maintenance release to fix additional check issues on CRAN.

statsExpressions 0.1.1

28 Aug 12:17
b50cc7a
Compare
Choose a tag to compare

MINOR CHANGES

  • Fixing tests for the new release of rcompanion dependency.

  • Minor code refactoring.

statsExpressions 0.1.0

24 Aug 15:16
Compare
Choose a tag to compare
  • First release of the package.