Skip to content

CRAN release 0.4.5

Compare
Choose a tag to compare
@mattansb mattansb released this 25 May 13:25
· 673 commits to main since this release
feb1694

effectsize 0.4.5

New features

  • eta_squared() family now indicate the type of sum-of-squares used.
  • rank_biserial() estimates CIs using the normal approximation (previously used bootstrapping).
  • hedges_g() now used exact bias correction (thanks to @mdelacre for the suggestion!)
  • glass_delta() now estimates CIs using the NCP method based on Algina et al (2006).

Bug fixes

  • eta_squared() family returns correctly returns the type 2/3 effect sizes for mixed ANOVAs fit with afex.
  • cohens_d() family now correctly deals with missing factor levels ( #318 )
  • cohens_d() / hedges_g() minor fix for CI with unequal variances.

Changes

  • mad_pooled() (the robust version of sd_pooled()) now correctly pools the the two samples.