RankResults-class: Ranking Results

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

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 string

Methods

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

Author(s)

Federico Mattiello <federico.mattiello@gmail.com>

Examples

1
showClass("RankResults")

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

Related to RankResults-class in SOUP...