R/ltx.summary.tpchreg.R

Defines functions ltx.summary.tpchreg

#' @export
ltx.summary.tpchreg <-function(x, caption = NULL, label = NULL, dr = NULL, 
                       digits=max(options()$digits - 4, 3), ...){
    if (!inherits(x, "summary.tpchreg")){
        stop("Wrong object type.")
    }
    class(x) <- c(class(x), "coxreg")
    ltx.coxreg(x, caption, label, dr = x$dr, digits, ...)
}

Try the eha package in your browser

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

eha documentation built on Oct. 1, 2023, 1:07 a.m.