correct_glass_bias {psychmeta} | R Documentation |
Correct for small-sample bias in Glass'
values
Description
Correct for small-sample bias in Glass' values.
Usage
correct_glass_bias(delta, nc, ne, use_pooled_sd = rep(FALSE, length(delta)))
Arguments
delta |
Vector of Glass' |
nc |
Vector of control-group sample sizes. |
ne |
Vector of experimental-group sample sizes. |
use_pooled_sd |
Logical vector determining whether the pooled standard deviation was used ( |
Details
The bias correction is estimated as:
where is the observed effect size,
is the
corrected estimate of
,
is the control-group sample size, and
is the gamma function.
Value
Vector of d values corrected for small-sample bias.
References
Hedges, L. V. (1981). Distribution theory for Glass’s estimator of effect size and related estimators. Journal of Educational Statistics, 6(2), 107–128. doi:10.2307/1164588
Examples
correct_glass_bias(delta = .3, nc = 30, ne = 30)
[Package psychmeta version 2.7.0 Index]