Learn R Programming

corregp (version 0.1.2)

print.corregp: Printing Correspondence Regression

Description

Method to print the output of corregp.

Usage

## 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

See Also

corregp.

Examples

Run this code
data(HairEye)
haireye.crg <- corregp(Eye ~ Hair * Sex, data = HairEye, b = 3000)
haireye.crg
print(haireye.crg, nf = 3)

Run the code above in your browser using DataLab