simple_auc: Calculate AUC

View source: R/functions.R

simple_aucR Documentation

Calculate AUC

Description

Calculate AUC with information of TPR and FPR

Usage

simple_auc(TPR, FPR)

Arguments

TPR

True positive rate

FPR

False positive rate


erichare/shoeprintr documentation built on May 3, 2024, 6:45 a.m.