UtilAucPROPROC {RJafroc} | R Documentation |
Returns the PROPROC ROC-AUC corresponding to specified
parameters. See also UtilAnalyticalAucsRSM
, UtilAucBinormal
and UtilAucCBM
UtilAucPROPROC(c1, da)
c1 |
The c-parameter of the PROPROC model, since c is a reserved function in R. |
da |
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.
c1 <- .2;da <- 1.5
UtilAucPROPROC(c1,da)