PValueMat-class: Class 'PValueMat'

Description Details Objects from the Class Slots Prototype Methods Author(s) Examples

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

1
showClass("PValueMat")

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

Related to PValueMat-class in SOUP...