Re: [R] (R) transitions in a Markov Chain

2011-03-15 Thread Kjetil Halvorsen
To add to this, I am sure this have been answerted earlier on the list, so you could try to search the archives. On Tue, Mar 15, 2011 at 8:59 PM, Ben Bolker wrote: > Estefania Nares hotmail.com> writes: > >> I have to generate 1000 transitions of a discrete time Markov Chain and >> then give and

Re: [R] (R) transitions in a Markov Chain

2011-03-15 Thread Ben Bolker
Estefania Nares hotmail.com> writes: > I have to generate 1000 transitions of a discrete time Markov Chain and > then give and estimation of the equilibrium distribution. > > I know the transition matrix. > > 0.3 0.7 0 > 0.2 0.5 0.3 > 0 0.4 0.6 > Do you know how to do it with R?

[R] (R) transitions in a Markov Chain

2011-03-15 Thread Estefania Nares
Dear experts, I have to generate 1000 transitions of a discrete time Markov Chain and then give and estimation of the equilibrium distribution. I know the transition matrix. 0.3 0.7 0 0.2 0.5 0.3 0 0.4 0.6 Do you know how to do it with R? Thanks a lot! Estefania