timeROC_table: timeROC_table: extract AUC information from list of...

View source: R/timeroc.R

timeROC_tableR 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

confint data.table

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)

jsmodule documentation built on Oct. 18, 2023, 9:08 a.m.