print.compareR {testCompareR} | R Documentation |
An S3 method to print the results verbose from the compareR function.
## S3 method for class 'compareR'
print(x, ...)
x |
An object of class compareR. |
... |
Further arguments passed to or from other methods. |
Method to print the pertinent results of the compareR output.
A printed results table of the compareR output.
# generate result
res <- compareR(cass, test1 = "exercise", test2 = "cp",
gold = "angio",
test.names = c("ExerciseStressTest", "ChestPain"))
# run print method
print(res)