mtorchiano / effsize

Effsize - a package for efficient effect size computation
GNU General Public License v2.0
104 stars 11 forks source link

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