# Example of the use of the evol.AUC function
data(ktfs)
DT = ktfs
aucs <- evol_auc(marker = DT$score,
status = DT$failure,
observed.time = DT$time,
time = seq(2:3),
meth = "E")
aucs$evol.auc
Run the code above in your browser using DataLab