extract AUC information from list of timeROChelper object.

timeROC_table(ListModel, dec.auc = 3, dec.p = 3)

Arguments

ListModel

list of timeROChelper object

dec.auc

digits for AUC, Default: 3

dec.p

digits for p value, Default: 3

Value

table of AUC information

Details

extract AUC information from list of timeROChelper object.

See also

Examples

# library(survival) # list.timeROC <- lapply(list("age", c("age", "sex")), # function(x){ # timeROChelper("status", "time", x, t = 365, data = lung) # }) # timeROC_table(list.timeROC)