powered by
This function provides a concise summary of a correspondence object.
# S3 method for corres summary(object, n = 2, returnList = FALSE, head = TRUE, ...)
A correspondence object as produced by corres.
corres
A number indicating number of dimensions to be summarized.
Logical, if TRUE, a list is returned with as components the full information on each factor, instead of only the first 6 lines.
Logical, if TRUE, first 6 rows of factor summaries are shown.
Additional arguments passed on to summaries.
A summary with eigenvalue rates, and coordinates, correlations, and contributions for the factors (by default, 2, unless n is set to a higher number).
See also corres.fnc.
corres.fnc
# NOT RUN { data(oldFrench) oldFrench.ca = corres.fnc(oldFrench) oldFrench.ca summary(oldFrench.ca) # }
Run the code above in your browser using DataLab