CorrAn
.
"summary"(object, oar = 1, oac = 1, ...)
summary.CorrAn
gives the detailed numerical results
of the CorrAn
function corresponding to the total inertia, as a
measure of the total variance of the data table, to the
eigenvalues or principal inertias as well as to the
percentages of explained inertia and cumulated percentages of
explained inertia for all possible dimensions. The output also
contains, for rows and columns, the masses in %, the
chi-squared distances of points to their average
and, by default restricted to the first two dimensions,
the projections of points on each dimension or principal
coordinates, contributions of the points to the dimensions and squared
correlations.
Lebart, L; Piron, M., Morineau, A. (2006). Statistique exploratoire multidimensionnelle: visualisations et inferences en fouille de donnees. 4th edition. Dunod, Paris.
CorrAn
,
plot.CorrAn
.
data(shoplifting)
dataCA <- shoplifting[, 1:9]
### CA without supplementary elements
CorrAn.out <- CorrAn(data=dataCA)
### Summary without output for rows
summary(CorrAn.out, oar=0)
Run the code above in your browser using DataLab