Skip to content

Releases: IndrajeetPatil/statsExpressions

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.