Learn R Programming

BuyseTest (version 3.0.5)

summary.performance: Summary Method for Performance Objects

Description

Summary of the performance of binary classifiers

Usage

# S3 method for 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.