R/coef.summary.JMbayes.R

coef.summary.JMbayes <-
function (object, ...) {
    if (!inherits(object, "summary.JMbayes"))
        stop("Use only with 'summary.JMbayes' objects.\n")
    coefsY <- object$'CoefTable-Long'
    coefsT <- object$'CoefTable-Event'
    list("Longitudinal" = coefsY, "Event" = coefsT)
}

Try the JMbayes package in your browser

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

JMbayes documentation built on Jan. 9, 2020, 9:07 a.m.