powered by
Returns the PROPROC ROC-AUC corresponding to specified parameters. See also UtilAucsRSM, UtilAucBinormal and UtilAucCBM.
UtilAucPROPROC (c1, da)
The c-parameter of the PROPROC model, since c is a reserved function in R.
The da-parameter of the PROPROC model.
PROPROC model-predicted ROC-AUC for the specified parameters
Metz CE, Pan X (1999) Proper Binormal ROC Curves: Theory and Maximum-Likelihood Estimation, J Math Psychol 43(1):1-33.
# NOT RUN { c1 <- .2;da <- 1.5 UtilAucPROPROC(c1,da) # }
Run the code above in your browser using DataLab