powered by
Performs Correspondence Analysis (CA) including supplementary row and/or column points.
CA( d, ncp = 5, row.sup = NULL, col.sup = NULL, quanti.sup = NULL, quali.sup = NULL, row.w = NULL )
A ddata frame or a table with n rows and p columns, i.e. a contingency table.
The number of dimensions kept in the results (by default 5).
A vector indicating the indexes of the supplementary rows.
A vector indicating the indexes of the supplementary columns.
A vector indicating the indexes of the supplementary continuous variables.
A vector indicating the indexes of the categorical supplementary variables.
An optional row weights (by default, a vector of 1 for uniform row weights); the weights are given only for the active individuals.
The CA on the dataset.
CA, MCA, PCA, plot.factorial, factorial-class
CA
MCA
PCA
plot.factorial
factorial-class
# NOT RUN { data (children, package = "FactoMineR") CA (children, row.sup = 15:18, col.sup = 6:8) # }
Run the code above in your browser using DataLab