Effect size in GLMM - Cross Validated
stats.stackexchange.com › effect-size-in-glmmSince this is a generalized linear mixed model, you can't calculate effect sizes such as cohen's d, but since it is a logistic model with a logit link you can report odds ratios as effect sizes. The raw coefficients are on the log-odds scale, so to calculate the odds ratios, these are just exponentiated. Share Improve this answer
Details: GLM effect size indices
gamlj.github.io › details_glm_effectsizeStandardized Effect size indices produced by GLM module are the following: β : standardized regression coefficients. η 2: (semi-partial) eta-squared. η 2 p : partial eta-squared. ω 2 : omega-squared. ω 2 p : partial omega-squared. ϵ 2 : epsilon-squared. ϵ 2 p : partial epsilon-squared. All coefficients but the betas are computed with the ...