R/plot.CiCindex.R

Defines functions plot.CiCindex

plot.CiCindex <- function(x,...){
  X <- x$time
  M <- names(x$models)
  Y <- ConfInt.Cindex(x,times=X)
  plot(X,Y)
}
tagteam/pec documentation built on April 25, 2023, 12:03 a.m.