R/print.coxphw.predict.r

Defines functions print.coxphw.predict

Documented in print.coxphw.predict

print.coxphw.predict <- function(x, ...)
  
{
  if(!inherits(x, "coxphw.predict")) stop("Must be an 'coxphw.predict' object")
  
  print(x$estimates)
  
  invisible(x)
}

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.