CorrAn
function computes the correspondence analysis of
the selected data.
CorrAn(data, sr = NA, sc = NA, nd = 2, dp = 2, oar = 1, oac = 1, multiple = 0)
sr
and sc
allow supplementary rows and columns to be
specified.
Lebart, L; Piron, M., Morineau, A. (2006). Statistique exploratoire multidimensionnelle: visualisations et inferences en fouille de donnees. 4th edition. Dunod, Paris.
plot.CorrAn
,
summary.CorrAn
data(shoplifting)
dataCA <- shoplifting[1:13, 1:9]
### CA without supplementary elements
CorrAn(data=dataCA)
### CA with supplementary rows and without output for columns
CorrAn(data=dataCA, sr=13, oac=0)
Run the code above in your browser using DataLab