aggregate_roc: make aggregated roc curve

View source: R/package.R

aggregate_rocR Documentation

make aggregated roc curve

Description

make aggregated roc curve

Usage

aggregate_roc(
  dat,
  subgroup.field = "Method",
  score = "BRCA1",
  lab = "fmut_brca1",
  mc.cores = 1,
  only_unique = F,
  include_group = FALSE,
  return_raw = FALSE
)

Arguments

dat

data.table or data.frame of one row per observation. assumes each observation is a row

k

number of groups

Value

a list of row ids corresponding to each fold and training and test split

Author(s)

Kevin Hadi


kevinmhadi/khtools documentation built on Jan. 16, 2025, 4:18 p.m.