| getVarNames | R Documentation |
ExPosition::epMCA.getVarNames
Get the names of variables from the levels
of the columns in an MCA performed with ExPosition::epMCA.
getVarNames(labelsNames)
labelsNames |
The name of the labels,
typically from the output of |
This is a helper function for
some other helper functions for ExPosition::epMCA.
A list with 3 vectors of the original factor names:
variableNames: The names of the variables,
stripedNames: The names of the levels of the variables
striped of their extensions,
originalLabelsNames: The original label names.
Hervé Abdi
fileutils
## Not run:
if(interactive()){
# an example from ExPosition
library(ExPosition)
data(mca.wine)
lesRes <- epMCA(mca.wine$data, graphs = FALSE)
nameOffactors <- getVarNames(rownames(lesRes$ExPosition.Data$fj) )
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.