So I have got a data table containing about 100 rows of data, each row representing a different person. And for each person, their transition probabilities to four different states are listed in columns. I've got a snippet of the table.
What is the best way for me to simulate their transitions within the next period in R? Is the Markov chain approach the best available?