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")

Try the dimensio package in your browser

Any scripts or data that you put into this service are public.

dimensio documentation built on Nov. 25, 2023, 1:08 a.m.