MarkovMix-class {markovmix}R Documentation

MarkovMix class

Description

An object of class MarkovMix is a list containing the following components:

counts

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.

order

Integer (1L) as the order of (mixture) Markov chain(s).

states

Vector as the states in the (mixture) Markov chain(s).

Note

Change log:

Author(s)

Xiurui Zhu


[Package markovmix version 0.1.3 Index]