PValueMat: Class PValueMat
Description
Univariate P-Value Matrix
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
stringMethods
- 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)
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