Learn R Programming

corregp (version 2.0.2)

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

Description

Method to print the output of anova.corregp.

Usage

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

Run this code
# NOT RUN {
data(HairEye)
haireye.crg <- corregp(Eye ~ Hair * Sex, data = HairEye, b = 3000)
anova(haireye.crg, nf = 2)
# }

Run the code above in your browser using DataLab