Skip to content
Prev 19619 / 20628 Next

p-correction for effects in LMM

I think that the only viable option (at least that i know of; please 
someone from the group to back me up on this) is to compare 
competing/nested models (the ones with and without some specific 
parameters; e.g. the model without and with the interaction parameters) 
via LR test ("anova(m1, m2)" in R).

As an estimate of effect size, you can compute omega^2 (even though it 
is just a pseudo R^2 measure; a mere squared correlation between 
predicted and actual results) for those competing/nested models. See 
more in;

Xu, R. (2003). Measuring explained variation in linear mixed effects 
models. Statistics in Medicine, 22(22), 3527?3541. 
https://doi.org/10.1002/sim.1572

I think that some of that is implemented in the package "sjstats" if 
this might be of any help.

Cheers,

Marko
On 12/6/21 11:04 PM, Bojana Dinic wrote: