transition.counts.to.Markov.mle {RDS} | R Documentation |
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)
[Package RDS version 0.9-9 Index]