search for: seqb2

Displaying 1 result from an estimated 1 matches for "seqb2".

Did you mean: seq2
2009 Sep 21
2
Four concurrent Markov chains
...onb1[j,2]<-seqb1;i<-j #-------------------------------------if I close the brackets here this works but I want to inlcude this next bit of code for bird 2 stateb2<-observationb2[i,2]; probsb2<-transitions[stateb2,1:6]; nextstateb2<-rmultinom(1,1,probsb2); seqb2<-which.max(nextstateb2); j<-i+1; observationb2[j,2]<-seqb2;i<-j #and so on for birds 3 and 4. Any help you could give me would be much appreciated. Lucy -- View this message in context: http://www.nabble.com/Four-concurrent-Markov-chains-tp25530321p25530321.html Sent...