Skip to content
Prev 1816 / 5636 Next

[R-meta] Effect sizes for mixed-effects models

Lena,

The formula you tried from Hedges 2007 is derived under the assumption that
treatment assignment is at the cluster level, so I don't think it will work
for your mixed design. The following post might be useful to answer your
questions:
https://www.jepusto.com/alternative-formulas-for-the-smd/
In it, I suggest a quite general approach to estimating the variance of a
standardized mean difference effect size, even if it is based on a complex
experimental design. Suppose that you calculate the SMD estimate as

d = b / S,

where b is the unstandardized mean difference (which in your design
involves a combination of within- and between-Ss comparisons) and S is the
standard deviation of the outcome, which generally might involve a sum of
multiple variance components. A delta-method approximation to the variance
of d is

Vd = (SEb / S)^2 + d^2 / (2 v),

where SEb is the standard error of b, S is the denominator of the effect
size estimate, d is the effect size estimate, and v is the degrees of
freedom of S^2, defined by v = 2[ E(S^2)]^2 / Var(S^2). The SEb should
usually be reported in primary studies (or can be back-calculated from t
statistics or CIs). Thus, the only tricky bit is to find the degrees of
freedom for the standardizing variance S^2. You might need to just make a
rough approximation, based on for instance the total number of
participants. Using a rough approximation (e.g., v = 30) should not have
much effect on the total estimated variance Vd unless d is very large, so
personally I would not worry too much about getting it perfect.

As I explain in the post, you can also use the degrees of freedom v to do
Hedges' g correction, taking

g = J(v) * d,

where J(v) = 1 - 3 / (4 * v - 1). Again, it's not worth worrying about
getting the degrees of freedom perfect. Consider that J(30) = 0.9748 and
J(60) = 0.9874, so the g estimate will differ by only a tiny amount
depending on the degrees of freedom you use.

James

On Sat, Oct 19, 2019 at 2:41 PM Lena Sch?fer <lenaschaefer2304 at gmail.com>
wrote: