Learn R Programming

corregp (version 2.0.2)

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

Description

Method to print the output of summary.corregp.

Usage

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

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

Run the code above in your browser using DataLab