View source: R/functions_tools.r
randomize.mca | R Documentation |
We sample from each of the active variables independently removing the original correlations but retaining the frequencies of the categories. This function is useful to see the extent to which the mca solution reflects the correlations between variables or the frequency distribution between the active categories. Passive categories are inherited from the original analysis.
randomize.mca(r, replace = FALSE)
r |
a result object from soc.mca |
replace |
a soc.mca object
example(soc.mca)
randomize.mca(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.