Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


Rfit (version 0.14)

print.rfit: 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,...)

Arguments

x
An object to be printed
digits
number of digits to display
...
additional arguments to be passed to print

See Also

rfit, summary.rfit, drop.test