transition.counts.to.Markov.mle: calculates the mle. i.e. the row proportions of the transition matrix
Description
calculates the mle. i.e. the row proportions of the transition matrix
Usage
transition.counts.to.Markov.mle(transition.counts)
Arguments
- transition.counts
a matrix or table of transition counts
Details
depreicated. just use prop.table(transition.counts,1)