print.fbroc.perf.paired {fbroc} | R Documentation |
Prints information about a fbroc.perf.paired
object
Description
Prints the information about the bootstrap results for an object of class
fbroc.perf.paired
. This information includes the number of bootstrap
replicates, the metric used and estimates for both the individual classifiers and the
difference in performance including confidence intervals. Finally, an estimate for the
correlation between the performance estimates of the two classifiers is also given.
Usage
## S3 method for class 'fbroc.perf.paired'
print(x, ...)
Arguments
x |
Object of class |
... |
further arguments passed to or from other methods. |
Value
Character containing the text that is also printed.
See Also
[Package fbroc version 0.4.1 Index]