inst/examples/ex-mca.R

data(farms, package = "MASS")

## Compute multiple correspondence analysis
X <- mca(farms)

## Symetric MCA biplot
biplot(X, type = "symetric", labels = "columns")
tesselle/dimensio documentation built on Feb. 2, 2025, 8:14 a.m.