mulIndex {Mulcom} | R Documentation |
Random assebly of the groups indices for Monte Carlo Simulation
mulIndex(index, np, seed)
index |
the vector with the groups of analysis, must be numeric and 0 correspond to the reference. |
np |
number of permutation in the simulation |
seed |
seed for permtations |
'mulIndex' generates random index for the function mulPerm. it is not directly called by the user.
A matrix with all indices permutations
Claudio Isella, claudio.isella@ircc.it
data(benchVign) mulcom_scores <- mulIndex(Affy$Groups, 5, 7)