trans.matrix {TopKLists} | R Documentation |
Compute transition matrices
Description
Builds transition matrices for all three Markov Chain algorithms
Usage
trans.matrix(input, space)
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
[Package TopKLists version 1.0.8 Index]