trans.matrix: Compute transition matrices

Description Usage Arguments Details Value Author(s) References See Also

Description

Builds transition matrices for all three Markov Chain algorithms

Usage

1

Arguments

input

A list containing individual ranked lists

space

A list containing the underlying spaces

Details

Both input and space are lists of the same length = nList

Value

The output is a list:

L

Unique elements of the union of all input ranked lists

MC1

The transition matrix constructed from the MC1 algorithm

MC2

The transition matrix constructed from the MC2 algorithm

MC3

The transition matrix constructed from the MC3 algorithm

Author(s)

Shili Lin <shili@stat.osu.edu>

References

Lin, S. (2010) Space oriented rank-based data integration. Statistical Applications in Genetics and Molecular Biology 9, Article 20.

See Also

MC


TopKLists documentation built on May 2, 2019, 4:41 p.m.