makePValueMat: Construct Univariate _p_-Values Matrix

Description Usage Arguments Value Author(s)

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

1
  .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

Author(s)

Federico Mattiello <federico.mattiello@gmail.com>


SOUP documentation built on May 2, 2019, 8:18 a.m.

Related to makePValueMat in SOUP...