#' 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.