print.compareR: Print a compareR object

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

print.compareRR Documentation

Print a compareR object

Description

An S3 method to print the results verbose from the compareR function.

Usage

## S3 method for class 'compareR'
print(x, ...)

Arguments

x

An object of class compareR.

...

Further arguments passed to or from other methods.

Details

Method to print the pertinent results of the compareR output.

Value

A printed results table of the compareR output.

Examples

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

# run print method
print(res)


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