summary.performance {BuyseTest}R Documentation

Summary Method for Performance Objects

Description

Summary of the performance of binary classifiers

Usage

## S3 method for class 'performance'
summary(object, order.model = NULL, digits = c(3, 3), print = TRUE, ...)

Arguments

object

output of performance.

order.model

[character vector] ordering of the models.

digits

[numeric vector of length 2] number of digits used for the estimates and p-values.

print

[logical] should the performance be printed in the console.

...

not used.


[Package BuyseTest version 3.0.2 Index]