Learn R Programming

RDS (version 0.9-9)

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)