summary.compareR: Summarise a compareR object

View source: R/generics.R View source: R/methods.R

summary.compareRR Documentation

Summarise a compareR object

Description

An S3 method to summarise the rather verbose output of the compareR function.

Usage

## S3 method for class 'compareR'
summary(object, ...)

Arguments

object

An object of class compareR.

...

Additional arguments affecting the summary produced.

Details

Method to summarise the verbose compareR output.

Value

A summary of the compareR output.

Examples

# generate result
res <- compareR(cass, test1 = "exercise", test2 = "cp",
                gold = "angio",
                test.names = c("ExerciseStressTest", "ChestPain"))

# run summary method
summary(res)


testCompareR documentation built on April 4, 2025, 2:35 a.m.