Learn R Programming

corregp (version 2.0.2)

print.corregp: Printing Correspondence Regression

Description

Method to print the output of corregp.

Usage

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

Run this code
# NOT RUN {
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