Learn R Programming

Rfit (version 0.27.0)

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 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), ...)

Arguments

x

An object to be printed

digits

number of digits to display

...

additional arguments to be passed to print

Author

John Kloke

See Also

rfit, summary.rfit, drop.test