| mca | R Documentation | 
Computes a multiple correspondence analysis.
mca(object, ...)
## S4 method for signature 'data.frame'
mca(
  object,
  rank = NULL,
  sup_row = NULL,
  sup_col = NULL,
  sup_quanti = NULL,
  autodetect = FALSE
)
## S4 method for signature 'matrix'
mca(object, rank = NULL, sup_row = NULL, sup_col = NULL)
| object | A  | 
| ... | Currently not used. | 
| rank | An  | 
| sup_row | A  | 
| sup_col | A  | 
| sup_quanti | A  | 
| autodetect | A  | 
A MCA object.
N. Frerebeau
Lebart, L., Piron, M. and Morineau, A. Statistique exploratoire multidimensionnelle: visualisation et inférence en fouille de données. Paris: Dunod, 2006.
svd(), cdt()
Other multivariate analysis: 
ca(),
pca(),
pcoa(),
predict()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.