The bias correction is estimated as:
_c=_obs(n_control-12)(n_control-12)(n_control-22)delta_c = delta * gamma((nc - 1) / 2) / (sqrt((nc - 1) / 2) * gamma((nc - 2) / 2))
where is the observed effect size, _c_c is the
corrected estimate of ,
n_controlnc is the control-group sample size, and
()gamma() is the gamma function.