Learn R Programming

SOUP (version 1.1)

.makePValueMat: Construct Univariate p-Values Matrix

Description

Take as input the $3$-ways array of p-values and return the $G x G x V$ matrix of observed p-values adjusted for multiplicity; $G, V$ are, respectively, the number of groups/treatments and the number of variables.

Usage

.makePValueMat(P, multAdjMethod, groupsLabs)

Arguments

P
the $3$-ways array containing the p-values for each pairwise comparison in each variable
multAdjMethod
the character string indicating which multiplicity correction must be used
groupsLabs
character vector containing the groups' labels

Value

an object of the class PValueMat