calculateAUC: Calculate AUC from ROC-GLM

View source: R/roc_glm_parts.R

calculateAUCR Documentation

Calculate AUC from ROC-GLM

Description

This function calculates the AUC from the ROC-GLM by integrating the binormal form 'pnorm(a + b*qnorm(x))' for x in 0 to 1. The parameter a and b are obtained by 'dsROCGLM'.

Usage

calculateAUC(roc_glm)

Arguments

roc_glm

('list()') List containing the ROC-GLM parameter returned from 'dsROCGLM'.

Value

Numeric value of the approximated AUC.

Author(s)

Daniel S.


difuture-lmu/dsROCGLM documentation built on March 24, 2024, 1:07 p.m.