conf {fbroc}R Documentation

Generic S3 function to calculate confidence regions for ROC curves

Description

For using this on individual ROC curves as implemented by objects of class fbroc.roc see conf.fbroc.roc. For paired ROC curves (class conf.paired.roc) see conf.fbroc.paired.roc.

Usage

conf(roc, ...)

Arguments

roc

The object for which to calculate the performance.

...

Further arguments to perf.

See Also

conf.fbroc.roc, conf.fbroc.paired.roc


[Package fbroc version 0.4.1 Index]