roc2binary: Convert ROC data formatted for doIMRMC to TPF and FPF data...

View source: R/utils.R

roc2binaryR Documentation

Convert ROC data formatted for doIMRMC to TPF and FPF data formatted for doIMRMC

Description

Convert ROC data formatted for doIMRMC to TPF and FPF data formatted for doIMRMC

Usage

roc2binary(df.auc, threshold)

Arguments

df.auc

data frame of roc scores formatted for doIMRMC

threshold

The threshold for determining binary decisions

Value

a list of two data frames (df.tpf and df.fpf) both formatted for doIMRMC


iMRMC documentation built on May 31, 2023, 8:36 p.m.

Related to roc2binary in iMRMC...