R/ranef.listofMermod.R

Defines functions ranef.listofmerMod

Documented in ranef.listofmerMod

#' Extract the BLUP
#'
#' @description Extract the BLUP of all model
#'
#' @param object a listofmerMod object.
#' @return a list containing the the BLUP for all models.
#' @importFrom lme4 ranef
#' @export
ranef.listofmerMod <- function(object){
  lapply(object, ranef)
}
jaromilfrossard/lme4signal documentation built on May 23, 2019, 8:50 a.m.