print.ffmanova: Print method for ffmanova

View source: R/summaries.R

print.ffmanovaR 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

"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.

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

ffmanova, printCoefmat


bhmevik/ffmanova documentation built on Oct. 23, 2023, 9:45 a.m.