aggregate_roc | R Documentation |
make aggregated roc curve
aggregate_roc(
dat,
subgroup.field = "Method",
score = "BRCA1",
lab = "fmut_brca1",
mc.cores = 1,
only_unique = F,
include_group = FALSE,
return_raw = FALSE
)
dat |
data.table or data.frame of one row per observation. assumes each observation is a row |
k |
number of groups |
a list of row ids corresponding to each fold and training and test split
Kevin Hadi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.