R/coef.flexCPH.R

coef.flexCPH <-
function (object, include.splineCoefs = FALSE, ...) {
    if (include.splineCoefs) unlist(object$coefficients) else object$coefficients$betas
}

Try the JM package in your browser

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

JM documentation built on Aug. 8, 2022, 5:09 p.m.