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

PValueMat-class

Class PValueMat


Description

Univariate P-Value Matrix

Details

Contains the raw p-values and the p-values adjusted for multiplicity for each pairwise comparison in each variable separately. This allows to see the contribution of each variable and each comparison to the final result

Objects from the Class

Objects can be created by calls of the form new("PValueMat", ...) but objects of the class are principally supposed to be created and used internally for storing results of NPC.

Slots

raw.p.values:

3-ways array containing the raw p.values

adj.p.values:

3-ways array containing the p.values adjusted for multiplicity

p.adj.method:

multiplicity adjustment method employed

Prototype

prototype class has a 0 x 0 x 0 element for the first two slots and a 0-length character string

Methods

show

signature(object = "PValueMat"): shows only the main information (on screen) for the object

print

signature(x = "PValueMat"): It prints the whole object on screen (mostly useful for external saving)

Author(s)

Federico Mattiello <federico.mattiello@gmail.com>

Examples

showClass("PValueMat")

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.