Merge pull request #57 from paulsharpeY/patch-1 Update cohen.d.Rd: fix spelling
Merge pull request #57 from paulsharpeY/patch-1
Update cohen.d.Rd: fix spelling
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:
devtools
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:
用于计算效应量(effect size)的统计软件包,提供多种效应量指标的计算方法,如Cohen's d、Hedges' g等,并包含置信区间估计和效应量差异检验功能。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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
devtoolspackage:If you find the package useful and use it in your research, please consider citing it using the version published on Zenodo:
Dev Status