Skip to content

How to estimate the standard error of every single random intercept in a mixed linear model?

1 message · Phillip Alday

#
Dear Chen,

have you tried entering the following in the R command line?
That will output the source code for arm::se.ranef. It's surprisingly simple and is basically the square root of the diagonal of variance-covariance RE matrix.

Best,
Phillip