tatatupi / effsize

Effsize - a package for efficient effect size computation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Effsize - a package for efficient effect size computation

License:GNU General Public License v2.0


Languages

Language:R 100.0%