MarkovMix-class {markovmix} | R Documentation |
An object of class MarkovMix
is a list containing the following components:
Numeric matrix containing soft counts of sub-sequence patterns in each component. For (non-mixture) Markov chains, the matrix contains only 1 column and counts are actually integers, but they are still stored as numeric values.
Integer (1L) as the order of (mixture) Markov chain(s).
Vector as the states in the (mixture) Markov chain(s).
Change log:
0.1.0 Xiurui Zhu - Initiate the class.
Xiurui Zhu