print.rfit {Rfit} | R Documentation |
Rfit Internal Print Functions
Description
These functions print the output in a user-friendly manner using the internal R function print
.
Usage
## S3 method for class 'rfit'
print(x, ...)
## S3 method for class 'summary.rfit'
print(x, digits = max(5, .Options$digits - 2), ...)
## S3 method for class 'drop.test'
print(x, digits = max(5, .Options$digits - 2), ...)
## S3 method for class 'oneway.rfit'
print(x, digits = max(5, .Options$digits - 2), ...)
## S3 method for class 'summary.oneway.rfit'
print(x, digits = max(5, .Options$digits - 2), ...)
## S3 method for class 'raov'
print(x, digits = max(5, .Options$digits - 2), ...)
Arguments
x |
An object to be printed |
digits |
number of digits to display |
... |
additional arguments to be passed to |
Author(s)
John Kloke
See Also
[Package Rfit version 0.27.0 Index]