PermSpace
Methods for function plot
in package SOUP
new("PermSpace", ...)
. It contains information of
permutation spaces used in the analysis, the combined
test statistics and p-values, IDs
(row
indexes) and the seed
for the RNG
, the
rawStats
(non-combined test statistics) and
comb.funct
(the nonparametric combining function).
But objects of the class are principally supposed to be
created and used internally for storing results of
SOUP
.seed
:integer
seed for
the Random Number GeneratorT.H0Low
:matrix
containing the permutation space of
combined test statistics with null hypothesis
$H_0: x_i <= x_h$,="" $i="" <="" h$,="" $i,h="1,\ldots,G$T.H0Gre
:matrix
containing the permutation space of
combined test statistics with null hypothesis
$H_0: x_i <= x_h$,="" $i="" <="" h$,="" $i,h="1,\ldots,G$P.H0Low
:matrix
containing the permutation space of
combined p-values with null hypothesis
$H_0: x_i <= x_h$,="" $i="" <="" h$,="" $i,h="1,\ldots,G$P.H0Gre
:matrix
containing the permutation space of
combined p-values with null hypothesis
$H_0: x_i <= x_h$,="" $i="" <="" h$,="" $i,h="1,\ldots,G$IDs
:matrix
permutation space of row indexesrawStats
:array
containing the permutation space of non-combined
test statisticscomb.funct
:NPC
of
rawStats
new(PermSpace, ...)
signature(object = "PermSpace")
: shows only the
main information (on screen) for the objectsignature(x = "PermSpace")
: It
prints the whole object on screen (mostly useful for
external saving)signature(x =
"PermSpace")