Learn R Programming

soc.ca (version 0.8.1)

randomize.mca: Create a randomized mca on the basis of an existing mca

Description

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.

Usage

randomize.mca(r, replace = FALSE)

Value

a soc.mca object

Arguments

r

a result object from soc.mca

replace

should sampling be with replacement? see sample

Examples

Run this code
example(soc.mca)
randomize.mca(result)

Run the code above in your browser using DataLab