print.compareFoot {footBayes} | R Documentation |
Print method for compareFoot objects
Description
Provides a formatted output when printing objects of class compareFoot
, displaying the predictive performance metrics and, if available, the confusion matrices for each model or probability matrix.
Usage
## S3 method for class 'compareFoot'
print(x, digits = 3, ...)
Arguments
x |
An object of class |
digits |
Number of digits to use when printing numeric values for the metrics. Default is |
... |
Additional arguments passed to |
Author(s)
Roberto Macrì Demartino roberto.macridemartino@phd.unipd.it
[Package footBayes version 1.0.0 Index]