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, ...)
}

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.