| print.rfit | R Documentation | 
These functions print the output in a user-friendly manner using the internal R function print.
## 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), ...)
x | 
 An object to be printed  | 
digits | 
 number of digits to display  | 
... | 
   additional arguments to be passed to   | 
John Kloke
rfit, summary.rfit, drop.test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.