| auc.Daim {Daim} | R Documentation |
This function computs the area under an ROC curve.
## S3 method for class 'Daim': auc(x, ...)
x |
an object of class Daim. |
... |
additional parameters. |
a list with following components :
auc.632p |
the .632+ estimation of the AUC. |
auc.632 |
the .632 estimation of the AUC. |
auc.loob |
the LOOB estimation of the AUC. |
auc.app |
the apparent estimation of the AUC. |
auc.samples |
the AUC values for each bootstap sample. |
auc.numeric, Daim, plot.Daim, performDaim
data(Daim.data1)
perform <- performDaim(Daim.data1$prob.oob, Daim.data1$labels,
Daim.data1$prob.app)
auc(perform)
roc.area(perform)