print.fbroc.roc: Prints information about a 'fbroc.roc' object

Description Usage Arguments Value See Also

Description

Prints the information about the bootstrap results for an object of class fbroc.roc. This information includes the number of bootstrap replicates, the time spent on bootstrapping, the AUC and the memory usage of the object.

Usage

1
2
## S3 method for class 'fbroc.roc'
print(x, ...)

Arguments

x

Object of class fbroc.roc.

...

further arguments passed to or from other methods.

Value

Character containing the text that is also printed.

See Also

boot.roc


fbroc documentation built on May 2, 2019, 11:39 a.m.

Related to print.fbroc.roc in fbroc...