Description Usage Arguments Value Examples
View source: R/ACMconsolidate.R
Multiple correspondence analysis applied to a consolidate table.
1 | ACMconsolidate(base, IndK, interactive = FALSE)
|
base |
Data set |
IndK |
Character with the name of the column that specifies the partition of the data set in k tables. |
interactive |
If it is TRUE, the graph will be shown interactively. If FALSE, the graph is displayed flat. FALSE is the default. |
A Multiple Correspondence Analysis graph of the consolidate table.
1 2 | data(Datak10Contaminated)
ACMconsolidate(Datak10Contaminated,"GroupLetter", interactive = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.