powered by
Multiple correspondence analysis applied to a specific table.
ACMpoint(base, IndK, PointTable, interactive = FALSE)
A Multiple Correspondence Analysis graph of the table specified in PointTable.
PointTable
Data set
Character with the name of the column that specifies the partition of the data set in k tables.
Table indicator. A character or number that is part of the IndK registers. This argument specifies the table to which the analysis will be performed.
IndK
If it is TRUE, the graph will be shown interactively. If FALSE, the graph is displayed flat. FALSE is the default.
data(Datak10Contaminated) ACMpoint(Datak10Contaminated,"GroupLetter", PointTable="j", interactive=FALSE)
Run the code above in your browser using DataLab