RankResults: Ranking Results
Description
Contains results of the algorithm, if n
values of
alpha
are provided for to the SOUP function
then there will be n
(possibly different)
rankings, one for each value of alpha
Objects from the Class
Objects can be created by calls of the form
new("RankResults", ...)
.Slots
alpha
:-
numeric
vector
containing the values of alpha
used for rejecting
each pairwise hypothesis
ranks
:-
matrix
containing the rankings obtained from the
ranking algorithm
p.values
:-
matrix
containing the p-values used for the rankings p.adj.method
:-
character
string
indicating which multiplicity adjustment method was used
for the pairwise p-values
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 =
"RankResults")
: shows only the main information (on
screen) for the object
- print
-
signature(x =
"RankResults")
: It prints the whole object on screen
(mostly useful for external saving)
- as.list
-
Coerce the
RankResults
object to a list of
RankResults
objects