R/timeroc.R
timeROC_table.Rd
extract AUC information from list of timeROChelper object.
timeROC_table(ListModel, dec.auc = 3, dec.p = 3)
ListModel | list of timeROChelper object |
---|---|
dec.auc | digits for AUC, Default: 3 |
dec.p | digits for p value, Default: 3 |
table of AUC information
extract AUC information from list of timeROChelper object.
# library(survival) # list.timeROC <- lapply(list("age", c("age", "sex")), # function(x){ # timeROChelper("status", "time", x, t = 365, data = lung) # }) # timeROC_table(list.timeROC)