Weight {GRelevance}R Documentation

Basic description

Description

Given the sampless, this function returns the mean and weight matrix.

Usage

Weight(G)

Arguments

G

a list of all groups

Value

the mean and weight matrix

Examples

G=list()
set.seed(1)
n1=20;n2=40
N=n1+n2;
G[[1]]=c(1:n1);G[[2]]=c((n1+1):(n1+n2));
Weight(G)

[Package GRelevance version 1.0 Index]