se_ranef {predictmeans} | R Documentation |
These functions extract standard errors of model random effects from objects returned by modeling functions.
se_ranef(object, rand_term=NULL)
object |
object of |
rand_term |
a name of random term in the model. |
se_ranef
extracts standard errors of the random effects
from objects returned by lmer, glmer and glmmTMB functions.
se_ranef
gives a list of standard errors for ranef
.
Dongwen Luo, Siva Ganesh and John Koolaard
This function is modified from function 'se.ranef' at package 'arm'.