Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Author(s)

Federico Mattiello <federico.mattiello@gmail.com>


SOUP

Stochastic Ordering Using Permutations (and Pairwise Comparisons)

v1.1
GPL (>= 2)
Authors
Federico Mattiello [aut, cre]
Initial release
2015-04-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.