Skip to content
Prev 387 / 20628 Next

how to extract the estimated scale in the results of lmer

ts p schrieb:
Dear Tian,

I guess

library(mlmRev)
(fm1 <- lmer(use ~ urban+age+livch+(1|district), Contraception, binomial))
slot(summary(fm1),"sigma")

is what you are looking for.

HTH,

Bernd