transition.counts.to.Markov.mle: calculates the mle. i.e. the row proportions of the...

View source: R/estimate-utils.R

transition.counts.to.Markov.mleR 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)


RDS documentation built on Aug. 20, 2023, 9:06 a.m.