timeROC_table {jsmodule} | R Documentation |
timeROC_table: extract AUC information from list of timeROChelper object.
Description
extract AUC information from list of timeROChelper object.
Usage
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 |
Details
extract AUC information from list of timeROChelper object.
Value
table of AUC information
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)
[Package jsmodule version 1.5.6 Index]