ROCC_curve: R function for plotting the overall ROC curve and chance...

View source: R/Plots.R

ROCC_curveR Documentation

R function for plotting the overall ROC curve and chance curve

Description

R function for plotting the overall ROC curve and chance curve

Usage

ROCC_curve(k1, k2, distribution, arg1, arg2)

Arguments

k1

number of subclasses in main class-1

k2

number of subclasses in main class-2

distribution

the distribution of marker value follows Normal or Gamma

arg1

if distribution is normal input mean parameters of all subclasses in a vector, if gamma input shape parameters

arg2

if distribution is gamma input variance parameter, if gamma input rate parameters

Value

The overall ROC curve and chance curve


CompClassMetrics documentation built on Sept. 9, 2025, 5:45 p.m.