Learn R Programming

RJafroc (version 1.0.1)

UtilAucPROPROC: PROPROC AUC function

Description

Returns the PROPROC ROC-AUC corresponding to specified parameters. See also UtilAucsRSM, 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

Run this code
# NOT RUN {
c1 <- .2;da <- 1.5
UtilAucPROPROC(c1,da)


# }

Run the code above in your browser using DataLab