Learn R Programming

ffmanova (version 1.1.1)

print.ffmanova: Print method for ffmanova

Description

Print method for objects of class "ffmanova". It prints an ANOVA table.

Usage

# S3 method for 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.

Value

Invisibly returns the original object.

Details

The function constructs an anova table, and prints it using printCoefmat with tailored arguments.

See Also

ffmanova, printCoefmat