print.HLRTest: Print summary of a HLRTest object
Description
This is a method for the function print() for objects of the class HLRTest.
Usage
# S3 method for HLRTest
print(x, digits = getOption("digits"), ...)Value
The HLRTest object is returned invisibly.
Arguments
- x
an object used to select a method.
- digits
Integer determining the number of significant digits to print.
- ...
further arguments passed to or from other methods.