mca {dimensio} | R Documentation |
Multiple Correspondence Analysis
Description
Computes a multiple correspondence analysis.
Usage
mca(object, ...)
## S4 method for signature 'data.frame'
mca(object, rank = NULL, sup_row = NULL, sup_col = NULL, sup_quanti = NULL)
## S4 method for signature 'matrix'
mca(object, rank = NULL, sup_row = NULL, sup_col = NULL)
Arguments
object |
A |
... |
Currently not used. |
rank |
An |
sup_row |
A |
sup_col |
A |
sup_quanti |
A |
Value
A MCA
object.
Author(s)
N. Frerebeau
References
Lebart, L., Piron, M. and Morineau, A. Statistique exploratoire multidimensionnelle: visualisation et inférence en fouille de données. Paris: Dunod, 2006.
See Also
Other multivariate analysis:
ca()
,
pca()
,
predict()
[Package dimensio version 0.8.1 Index]