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

Try the pec package in your browser

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

pec documentation built on April 11, 2023, 5:55 p.m.