Printing summaries of multiple correspondence analysis objects
# S3 method for MCA
summary(object, nb.dec = 3, nbelements=10,
nbind=nbelements, ncp = 3, align.names=TRUE, file="", ...)
an object of class MCA
number of decimal printed
number of elements written (variables, categories, ...);
use nbelements = Inf
if you want to have all the elements
number of individuals written (individuals and supplementary individuals, ...);
use nbind = Inf
to have the results for all the individuals and nbind = 0
if you do not want the results for individuals
number of dimensions printed
boolean, if TRUE the names of the objects are written using the same number of characters
a connection, or a character string naming the file to print to
further arguments passed to or from other methods, such as cex, cex.main, ...
Francois Husson francois.husson@institut-agro.fr
MCA