R/ranef.jmodelTM.R

Defines functions ranef.jmodelTM

Documented in ranef.jmodelTM

# Random Effects Estimate for Joint Model with LME

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