print.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 |
|
digits |
positive integer. Minimum number of significant digits to be used for printing most numbers. |
... |
further arguments sent to the underlying
|
The function constructs an anova table, and prints it using
printCoefmat
with tailored arguments.
Invisibly returns the original object.
Bjørn-Helge Mevik
ffmanova
, printCoefmat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.