Learn R Programming

binGroup2 (version 1.3.1)

print.gtTest: Print method for objects of class "gtTest"

Description

Print method for objects of class "gtTest" created by the gtTest function.

Usage

# S3 method for gtTest
print(x, ...)

Value

A print out of the p-value and point estimate resulting from gtTest.

Arguments

x

An object of class "gtTest" (gtTest).

...

Additional arguments to be passed to print. Currently only digits to be passed to signif for appropriate rounding.

Author

This function was originally written as print.bgtTest by Brad Biggerstaff for the binGroup package. Minor modifications were made for inclusion of the function in the binGroup2 package.