R/ranef.jmodelMult.R

Defines functions ranef.jmodelMult

Documented in ranef.jmodelMult

# Random Effects Estimate for Joint Model with NMRE

ranef.jmodelMult <- function(object, ...) {
  if (!inherits(object, "jmodelMult"))
    stop("Can only be used for 'jmodelMult' objects. \n")
  object$est.bi
}
hadjipantelis/JSM documentation built on May 22, 2019, 4:40 p.m.