print.ffmanova {ffmanova} | R Documentation |
Print method for ffmanova
Description
Print method for objects of class "ffmanova"
. It prints an ANOVA
table.
Usage
## S3 method for class 'ffmanova'
print(x, digits = max(getOption("digits") - 3, 3), ...)
Arguments
x |
|
digits |
positive integer. Minimum number of significant digits to be used for printing most numbers. |
... |
further arguments sent to the underlying
|
Details
The function constructs an anova table, and prints it using
printCoefmat
with tailored arguments.
Value
Invisibly returns the original object.
Author(s)
Bjørn-Helge Mevik
See Also
[Package ffmanova version 1.1.2 Index]