R/coef.src.r

Defines functions coef.src

Documented in coef.src

coef.src <- function(object, ...){
     p3 <- round(t(object$coeff[, "Estimate", drop = FALSE]), 5)
     rownames(p3) <- ""
     print(p3)
     invisible(object)
}

Try the SurvRegCensCov package in your browser

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

SurvRegCensCov documentation built on Sept. 27, 2023, 5:09 p.m.