print.summary.corregp: Printing the Summary of Correspondence Regression

Description Usage Arguments Value See Also Examples

Description

Method to print the output of summary.corregp.

Usage

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

Arguments

x

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

...

Further arguments passed to or from other methods.

Value

The output of a call to summary on a "corregp" object. The eigenvalues and contributions are printed with TOTALs.

See Also

summary.corregp.

Examples

1
2
3
4
data(HairEye)
haireye.crg <- corregp(Eye ~ Hair * Sex, data = HairEye, b = 3000)
summary(haireye.crg, add_ci = TRUE)
summary(haireye.crg, parm = "y", contrib = "pts_axs", nf = 2)

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