Skip to content
Prev 10880 / 20628 Next

effect sizes in lmer

Do you want the effect size of single parameters? Then the friendly hint of David Winsemius (fixef or ranef) is the way to go (i.e., reporting the size of the parameters).

If you are interested in a value for the whole model, you could have a look at the different alternatives of R? discussed on the faq: http://glmm.wikidot.com/faq#mcmcsamp_status (scroll down a little).

I tend to like Omega?_0 which is given by the following for a model m:
1-var(residuals(m))/(var(model.response(model.frame(m)))

See: Xu, R. 2003. Measuring explained variation in linear mixed effects models. Statist. Med. 22:3527-3541. doi:10.1002/sim.1572

Hope that helps,
Henrik


Am 13.10.2013 00:03, schrieb Joshua Hartshorne: