se_ranef: Extract Standard Errors of Model Random Effects
Description
These functions extract standard errors of model random effects
from objects returned by modeling functions.
Usage
se_ranef(object, rand_term=NULL)
Value
se_ranef
gives a list of standard errors for ranef
.
Arguments
- object
object of merMod
and glmmTMB
fit
- rand_term
a name of random term in the model.
Author
Dongwen Luo, Siva Ganesh and John Koolaard
Details
se_ranef
extracts standard errors of the random effects
from objects returned by lmer, glmer and glmmTMB functions.
References
This function is modified from function 'se.ranef' at package 'arm'.