| print.ffmanova {ffmanova} | R Documentation |
Print method for objects of class "ffmanova". It prints an
ANOVA table.
## S3 method for class 'ffmanova':
print(x, digits = max(getOption("digits") - 3, 3), ...)
x |
"ffmanova" object. Typically created by ffmanova. |
digits |
positive integer. Minimum number of significant digits to be used for printing most numbers. |
... |
further arguments sent to the underlying printCoefmat. |
The function constructs an anova table, and prints it using
printCoefmat with tailored arguments.
Invisibly returns the original object.
Bjørn-Helge Mevik