compareROC: Compare two ROC curves

compareROCR Documentation

Compare two ROC curves

Description

Compare two ROC curves

Usage

compareROC(
  risk1,
  lab1,
  risk2,
  lab2,
  method = c("delong", "bootstrap", "venkatraman"),
  alternative = c("two.sided", "less", "greater")
)

Arguments

method

the method to use, either “delong”, “bootstrap” or “venkatraman”. The first letter is sufficient.

alternative

"two.sided", "less", "greater"


ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.