Description Usage Arguments Value
When applying MCA, original category names are pre-appended to the answer only for binary variables. This function is used for changing the row names of the input DF, pre-appending the category names for all types of variable.
1 | add_labeled_values(DF, labeled_values)
|
DF |
A data frame |
labeled_values |
Array, with values labeled by category |
A data frame, the same as the input one, but with rownames modified with the labeled version of variable values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.