R/ranef.mcemGLMM.R

Defines functions ranef.mcemGLMM

Documented in ranef.mcemGLMM

ranef.mcemGLMM <- function(object, ...) {
  return(colMeans(object$randeff))
}

Try the mcemGLM package in your browser

Any scripts or data that you put into this service are public.

mcemGLM documentation built on April 3, 2023, 5:43 p.m.