perf {fbroc} | R Documentation |
Generic S3 function to calculate performance estimates for ROC curves
Description
For using this on individual ROC curves as implemented by objects of class fbroc.roc
see
perf.fbroc.roc
. For paired ROC curves (class fbroc.paired.roc
) see
perf.fbroc.paired.roc
.
Usage
perf(roc, ...)
Arguments
roc |
The object for which to calculate the performance. |
... |
Further arguments to perf. |
See Also
perf.fbroc.roc
, perf.fbroc.paired.roc
[Package fbroc version 0.4.1 Index]