R/ltx.tpchreg.R

Defines functions ltx.tpchreg

#' @export
ltx.tpchreg <-function(x, caption = NULL, label = NULL, dr = NULL, 
                       digits=max(options()$digits - 4, 3), ...){
    class(x) <- c("coxreg", class(x))
    ltx.coxreg(x, caption, label, dr, digits, ...)
}
goranbrostrom/eha documentation built on March 9, 2024, 11:22 p.m.