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