Skip to content

Help with determining effect sizes

3 messages · Maarten Jung, João Veríssimo

#
Dear Francesco,

I don't think there is a "standard" way to calculate effect sizes for
linear mixed models due to the way the variance is partitioned (see
e.g. [1]).
One way to compute something similar to Cohen's d would be to divide
the difference between the estimated means of two conditions by a
rough estimate of the standard deviation of the response variable
which you can get by
sd(predict(your_model_name))

Best,
Maarten

[1] https://afex.singmann.science/forums/topic/compute-effect-sizes-for-mixed-objects#post-295
On Sat, Oct 5, 2019 at 10:01 AM Francesco Romano <fbromano77 at gmail.com> wrote:
#
See the web app by Jake Westfall:
https://jakewestfall.shinyapps.io/crossedpower/

And their JEP:General paper:
http://doi.org/10.1037/xge0000014

If I'm not mistaken, you would standardise the estimates of differences
by the sum of all variances (random intercepts and slopes + residual),
but you'll need to make sure that's the right formula (given your
desgin).

Jo?o
On Sat, 2019-10-05 at 12:13 +0200, Maarten Jung wrote:
#
As far as I remember, the formulas in Westfall, Kenny, and Judd (2014) (and
thus probably the calculations in the web app) are based on models with
contrast-coded predictors only.

Best, Maarten
On Sat, 5 Oct 2019, 13:10 Jo?o Ver?ssimo <jl.verissimo at gmail.com> wrote: