powered by
Method to print the output of summary.corregp.
summary.corregp
# S3 method for summary.corregp print(x, ...)
The output of a call to summary on a "corregp" object (i.e. an object of class "summary.corregp").
summary
Further arguments passed to or from other methods.
The output of a call to summary on a "corregp" object. The eigenvalues and contributions are printed with TOTALs.
TOTAL
summary.corregp.
# 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