summary.compareR {testCompareR}R 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)


[Package testCompareR version 1.1.1 Index]