Learn R Programming

Mulcom (version 1.22.0)

mulIndex: Mulcom Index for Monte Carlo Simlation

Description

Random assebly of the groups indices for Monte Carlo Simulation

Usage

mulIndex(index, np, seed)

Arguments

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

Value

A matrix with all indices permutations

Details

'mulIndex' generates random index for the function mulPerm. it is not directly called by the user.

Examples

Run this code
data(benchVign)
mulcom_scores <- mulIndex(Affy$Groups, 5, 7)

Run the code above in your browser using DataLab