Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

RankResults-class

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 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

showClass("RankResults")

SOUP

Stochastic Ordering Using Permutations (and Pairwise Comparisons)

v1.1
GPL (>= 2)
Authors
Federico Mattiello [aut, cre]
Initial release
2015-04-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.