print.anova.corregp: Printing the ANOVA Table of Correspondence Regression

Description Usage Arguments Value See Also Examples

Description

Method to print the output of anova.corregp.

Usage

1
2
## S3 method for class 'anova.corregp'
print(x, ...)

Arguments

x

The output of a call to anova on a "corregp" object (i.e. an object of class "anova.corregp").

...

Further arguments passed to or from other methods.

Value

The output of a call to anova on a "corregp" object.

See Also

anova.corregp.

Examples

1
2
3
data(HairEye)
haireye.crg <- corregp(Eye ~ Hair * Sex, data = HairEye, b = 3000)
anova(haireye.crg, nf = 2)

corregp documentation built on May 1, 2019, 10:08 p.m.