Compute pairwise frequencies
Arguments
- Y
Integer matrix of dimension \(n*p\), where \(n\) is the sample size and \(p\) is the number of items considered. Categories must be coded starting from zero. For example, an item with three categories can only accept values contained in \(\{0, 1, 2\}\).
- C_VEC
Integer vector indicating how many possible categories are associated to each item in 'Y'.