View source: R/MAd.R View source: R/MAd.R
d_to_g | R Documentation |
Eliminates the small upward bias of d to provide an unbiased estimate of the population effect size parameter (g). This procedure will compute g for a single value of d.
d_to_g(d, var.d, n.1, n.2)
d |
Standardized mean difference statistic (d has a slight bias). |
var.d |
Variance of d. |
n.1 |
Sample size of treatment group. |
n.2 |
Sample size of comparison group. |
g |
Unbiased Standardized mean difference statistic. |
var.g |
Variance of g. |
AC Del Re & William T. Hoyt
Maintainer: AC Del Re acdelre@gmail.com
Borenstein (2009). Effect sizes for continuous data. In H. Cooper, L. V. Hedges, & J. C. Valentine (Eds.), The handbook of research synthesis and meta analysis (pp. 279-293). New York: Russell Sage Foundation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.