R/confint.coxphw.r

Defines functions confint.coxphw

Documented in confint.coxphw

confint.coxphw <- function(object, parm, level = 0.95, ...)
{
  if (!is.null(object$betafix)) { 
    cat(paste("The following variables were not estimated in this model",               
              paste(names(object$coefficients)[!is.na(object$betafix)], collapse=", "), 
              "\n\n"), sep="") }    
  return(confint.default(object, ...))
}

Try the coxphw package in your browser

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

coxphw documentation built on July 8, 2020, 6:52 p.m.