r-compute.es¶
Summary¶
This package contains several functions for calculating the most widely used effect sizes (ES), along with their variances, confidence intervals and p-values. The output includes ES’s of d (mean difference), g (unbiased estimate of d), r (correlation coefficient), z’ (Fisher’s z), and OR (odds ratio and log odds ratio). In addition, NNT (number needed to treat), U3, CLES (Common Language Effect Size) and Cliff’s Delta are computed. This package uses recommended formulas as described in The Handbook of Research Synthesis and Meta-Analysis (Cooper, Hedges, & Valentine, 2009).
Versions¶
- 0.2_4
License¶
GPL-2
Meta¶
package:
name: r-compute.es
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "0.2_4"
source:
fn: compute.es_0.2-4.tar.gz
url:
- http://cran.r-project.org/src/contrib/compute.es_0.2-4.tar.gz
- http://cran.r-project.org/src/contrib/Archive/compute.es/compute.es_0.2-4.tar.gz
# You can add a hash for the file here, like md5 or sha1
# md5: 49448ba4863157652311cc5ea4fea3ea
# sha1: 3bcfbee008276084cbb37a2b453963c61176a322
# patches:
# List any patch files here
# - fix.patch
build:
# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
# number: 1
# This is required to make R link correctly on Linux.
rpaths:
- lib/R/lib/
- lib/
requirements:
build:
- r
run:
- r
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('compute.es')" # [not win]
- "\"%R%\" -e \"library('compute.es')\"" # [win]
# You can also put a file called run_test.py, run_test.sh, or run_test.bat
# in the recipe that will be run at test time.
# requires:
# Put any additional test requirements here.
about:
home: http://acdelre.weebly.com
license: GPL-2
summary: This package contains several functions for calculating the most widely used effect
sizes (ES), along with their variances, confidence intervals and p-values. The
output includes ES's of d (mean difference), g (unbiased estimate of d), r (correlation
coefficient), z' (Fisher's z), and OR (odds ratio and log odds ratio). In addition,
NNT (number needed to treat), U3, CLES (Common Language Effect Size) and Cliff's
Delta are computed. This package uses recommended formulas as described in The Handbook
of Research Synthesis and Meta-Analysis (Cooper, Hedges, & Valentine, 2009).
# The original CRAN metadata for this package was:
# Package: compute.es
# Type: Package
# Title: Compute Effect Sizes
# Version: 0.2-4
# Date: 2014-09-16
# Author: AC Del Re
# Maintainer: AC Del Re <acdelre@gmail.com>
# Description: This package contains several functions for calculating the most widely used effect sizes (ES), along with their variances, confidence intervals and p-values. The output includes ES's of d (mean difference), g (unbiased estimate of d), r (correlation coefficient), z' (Fisher's z), and OR (odds ratio and log odds ratio). In addition, NNT (number needed to treat), U3, CLES (Common Language Effect Size) and Cliff's Delta are computed. This package uses recommended formulas as described in The Handbook of Research Synthesis and Meta-Analysis (Cooper, Hedges, & Valentine, 2009).
# Depends: R (>= 2.10.1)
# License: GPL-2
# URL: http://acdelre.weebly.com
# Packaged: 2014-09-16 18:30:53 UTC; acd
# NeedsCompilation: no
# Repository: CRAN
# Date/Publication: 2014-09-16 23:35:38
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml