Description Details Objects from the Class Slots Prototype Methods Author(s) Examples
Univariate P-Value Matrix
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 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
.
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
class has a 0
x 0 x 0 element for the first two slots and a
0-length character
string
signature(object =
"PValueMat")
: shows only the main information (on
screen) for the object
signature(x =
"PValueMat")
: It prints the whole object on screen
(mostly useful for external saving)
Federico Mattiello <federico.mattiello@gmail.com>
1 | showClass("PValueMat")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.