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
}

Try the JSM package in your browser

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

JSM documentation built on Sept. 4, 2020, 1:08 a.m.