Learn R Programming

testCompareR (version 1.1.0)

summary.compareR: Summarise a compareR object

Description

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

Usage

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

Value

A summary of the compareR output.

Arguments

object

An object of class compareR.

...

Additional arguments affecting the summary produced.

Details

Method to summarise the verbose compareR output.

Examples

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

# run summary method
summary(res)

Run the code above in your browser using DataLab