Learn R Programming

hint (version 0.1-0)

print.hint.test: Print a Summary of a hint.test Object

Description

Prints a summary of a hint.test object to the screen.

Usage

## S3 method for class 'hint.test':
print(x, ...)

Arguments

x
An object of class hint.test.
...
Additional arguments to be passed to print.

Value

  • Prints summary output to the screen.

See Also

hint.test, hint.dist.test.

Examples

Run this code
## Build test object.
dd <- data.frame(letters[1:20], rep(1,10), rep(1,10))
tt <- hint.test(dd, letters[1:9], letters[7:15], alternative = "greater")

## Print summary:
print(tt)

Run the code above in your browser using DataLab