Skip to content
Prev 18981 / 20628 Next

How to report and quantify the random effect in a logistic model?

To get the confidence intervals from the random effects, you need to
either use profiling or bootstrapping. Variances -- like the random
effects -- tend to have very skewed sampling distributions, so symmetric
(Wald) confidence intervals based on standard errors don't make sense.

I wouldn't back transform the RE estimates. They are meaningful in their
own right as the variance between groups. For example, in your model,
the random effect for CITY is just the variance of (1.5) between the
intercepts for cities. I would just report the model summary as a table,
but I guess you could also write something like "The standard deviation
of distribution of the intercept between cities was 3.1" but that seems
very awkward to me.

For something like "proportion of variance explained", you're looking
for something like a standardized effect size, but that is *very*
difficult to define in a meaningful way for GLMs and LMMs and thus
doubly so for GLMMs. Henrik Singmann has a nice way to explain the issue
briefly to reviewers
(https://afex.singmann.science/forums/topic/compute-effect-sizes-for-mixed-objects#post-295)
and links to the larger GLMM FAQ question on that section.

Best,
Phillip
On 2/12/20 8:01 pm, Pi wrote: