se_ranef {predictmeans}R Documentation

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)

Arguments

object

object of merMod and glmmTMB fit

rand_term

a name of random term in the model.

Details

se_ranef extracts standard errors of the random effects from objects returned by lmer, glmer and glmmTMB functions.

Value

se_ranef gives a list of standard errors for ranef.

Author(s)

Dongwen Luo, Siva Ganesh and John Koolaard

References

This function is modified from function 'se.ranef' at package 'arm'.


[Package predictmeans version 1.1.0 Index]