powered by
Run a given markov model for n time steps, starting at a specified state.
mc.sim(mm, start, n)
A vector with the state visited at each time step. the first entry has the starting state
The markov model object returned by estimate.mixing()
estimate.mixing()
The name of the state to start in
The number of time-steps to run through
This uses the markov model produced by estimate.mixing()