Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
smithdanielle opened this issue Nov 6, 2015 · 3 comments

Comments

@smithdanielle
Copy link

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).

@singmann
Copy link
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:

@singmann
Copy link
Owner

@mattansb
Copy link
Contributor

mattansb commented Jan 16, 2019

I've seen a simple solution for calculating partial eta square in some paper with LMM, which I have back tracked to:
Friedman, H. (1982). Simplified determinations of statistical power, magnitude of effect and research sample sizes. Educational and Psychological Measurement, 42(2), 521-526. [Table 2 ]

pes = F*df1 / (F*df1 + df) (in ANOVAs this is an exact calculation, in LMM I guess this is some estimate)

These are available here:
https://easystats.github.io/effectsize/articles/from_test_statistics.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants