Examples for 'MASS::mca'


Multiple Correspondence Analysis

Aliases: mca print.mca

Keywords: category multivariate

### ** Examples

farms.mca <- mca(farms, abbrev=TRUE)
farms.mca
Call:
mca(df = farms, abbrev = TRUE)

Multiple correspondence analysis of 20 cases of 4 factors

Correlations 0.806 0.745  cumulative % explained 26.87 51.71 
plot(farms.mca)
plot of chunk example-MASS-mca-1

[Package MASS version 7.3-58.2 Index]