UtilAucPROPROC {RJafroc} | R Documentation |
PROPROC AUC function
Description
Returns the PROPROC ROC-AUC corresponding to specified
parameters. See also UtilAnalyticalAucsRSM
, UtilAucBinormal
and UtilAucCBM
Usage
UtilAucPROPROC(c1, da)
Arguments
c1 |
The c-parameter of the PROPROC model, since c is a reserved function in R. |
da |
The da-parameter of the PROPROC model. |
Value
PROPROC model-predicted ROC-AUC for the specified parameters
References
Metz CE, Pan X (1999) Proper Binormal ROC Curves: Theory and Maximum-Likelihood Estimation, J Math Psychol 43(1):1-33.
Examples
c1 <- .2;da <- 1.5
UtilAucPROPROC(c1,da)
[Package RJafroc version 2.1.2 Index]