powered by
glmmTMB
# S3 method for glmmTMB ranef(object, ...)
ranef.glmmTMB
fixef.glmmTMB
data(sleepstudy, package="lme4") model <- glmmTMB(Reaction ~ Days + (1|Subject), sleepstudy) ranef(model) print(ranef(model), simplify=FALSE) ranef(model)$conditional_model$Subject
Run the code above in your browser using DataLab