Is it possible to get effect sizes for the omnibus F-test returned by `mixed`? #8

Open
smithdanielle opened this Issue Nov 6, 2015 · 1 comment

Comments

Projects
None yet
2 participants

Some journals request effect sizes to be included in the analysis. I don't know if this is possible, but can a specialised effect statistic (such as eta-squared) be returned alongside the F-test? Effect sizes such as standardised beta in a LMM table are not interpretable when using sum contrast coding (especially when number of levels of a factor are >= 3).

Owner

singmann commented Nov 7, 2015

Unfortunately not at the moment. The problem is not trivial and to my knowledge no general solution has as of yet been proposed. Some discussion on this issue can be found at the lme4 faq and in Westfall et al. (2014).

My recommendation is to report effects on the response scale. We have done so in e.g., Kellen et al. (2015).

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment