R/coef.flexCPH.R

coef.flexCPH <-
function (object, include.splineCoefs = FALSE, ...) {
    if (include.splineCoefs) unlist(object$coefficients) else object$coefficients$betas
}
drizopoulos/JM documentation built on Aug. 10, 2022, 1:51 a.m.