summary.compareR {testCompareR} | R Documentation |
An S3 method to summarise the rather verbose output of the compareR function.
## S3 method for class 'compareR'
summary(object, ...)
object |
An object of class compareR. |
... |
Additional arguments affecting the summary produced. |
Method to summarise the verbose compareR output.
A summary of the compareR output.
# generate result
res <- compareR(cass, test1 = "exercise", test2 = "cp",
gold = "angio",
test.names = c("ExerciseStressTest", "ChestPain"))
# run summary method
summary(res)