Computes a multiple correspondence analysis.
mca(object, ...)# S4 method for data.frame
mca(object, rank = NULL, sup_row = NULL, sup_col = NULL, sup_quanti = NULL)
# S4 method for matrix
mca(object, rank = NULL, sup_row = NULL, sup_col = NULL)
A MCA
object.
A \(m \times p\) numeric matrix
or a
data.frame
.
Currently not used.
An integer
value specifying the maximal number of
components to be kept in the results. If NULL
(the default),
\(min(m, p) - 1\) components will be returned.
A vector
specifying the indices of the supplementary rows.
A vector
specifying the indices of the supplementary
categorical columns.
A vector
specifying the indices of the supplementary
quantitative columns.
N. Frerebeau
Lebart, L., Piron, M. and Morineau, A. Statistique exploratoire multidimensionnelle: visualisation et inférence en fouille de données. Paris: Dunod, 2006.