View source: R/roc_glm_parts.R
calculateAUC | R Documentation |
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'.
calculateAUC(roc_glm)
roc_glm |
('list()') List containing the ROC-GLM parameter returned from 'dsROCGLM'. |
Numeric value of the approximated AUC.
Daniel S.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.