• Stars
    star
    102
  • Rank 329,348 (Top 7 %)
  • Language
    R
  • License
    GNU General Publi...
  • Created over 9 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Effsize - a package for efficient effect size computation

effsize

R effsize package for efficient effect size computation.

This package contains the functions to compute the standardized effect sizes for experiments (Cohen d, Hedges g, Cliff delta, Vargha and Delaney A).

The computation algorithms have been optimized to allow efficient computation even with very large data sets.

The package is available on the CRAN web site: http://cran.r-project.org/web/packages/effsize/index.html

In case you wish using a version not yet on the CRAN web site you can use the devtools package:

install.packages("devtools")  ## if not already installed
devtools::install_github("mtorchiano/effsize")

If you find the package useful and use it in your research, please consider citing it using the version published on Zenodo: DOI

Dev Status

Build Status CRAN Release Downloads