print.corregp: Printing Correspondence Regression

Description Usage Arguments Value See Also Examples

Description

Method to print the output of corregp.

Usage

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

Arguments

x

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

nf

The number of dimensions to print. Defaults to the first two dimensions.

...

Further arguments passed to or from other methods.

Value

The output of a call to corregp.

See Also

corregp.

Examples

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

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