These functions print the output in a user-friendly manner using the internal R function print
.
# S3 method for rfit
print(x, ...)
# S3 method for summary.rfit
print(x, digits = max(5, .Options$digits - 2), ...)
# S3 method for drop.test
print(x, digits = max(5, .Options$digits - 2), ...)
# S3 method for oneway.rfit
print(x, digits = max(5, .Options$digits - 2), ...)
# S3 method for summary.oneway.rfit
print(x, digits = max(5, .Options$digits - 2), ...)
# S3 method for raov
print(x, digits = max(5, .Options$digits - 2), ...)
An object to be printed
number of digits to display
additional arguments to be passed to print
John Kloke
rfit
, summary.rfit
, drop.test