Skip to content
Prev 4963 / 5636 Next

[R-meta] Correcting Hedges' g vs. Log response ratio in nested studies

No. The notation in the WWC handbook is poorly chosen and confusing, so let
me offer a slightly different notation to try and clear things up. This
correction applies to a study with m clusters, where cluster j has n_j
individuals. There are a total of N = sum(n_1,...,n_m) individuals, of
which N_t are assigned to the treatment condition and N_c are assigned to
the control condition. The average cluster size is then n_bar = N / m. With
this notation, the correction factor is

sqrt(1 - (2 * (n_bar - 1) * icc / (N - 2))) = sqrt(1 - (2 * (n_bar - 1) *
icc / (n_bar * m - 2)))

Thus, for a given study, you need to know the icc, the value of n_bar, and
the value of N (or the number of clusters m and the total sample size N,
from which you can calculate n_bar) in order to calculate the correction
factor.
On Thu, Nov 2, 2023 at 7:32?PM Yuhang Hu <yh342 at nau.edu> wrote: