Create the parts of a Markov model for transitioning from a single state
Source:R/markov.R
createMarkovModelFromSingleState.RdCreate the parts of a Markov model for transitioning from a single state
Value
A list with two elements, "ini" and "model", where each element is a character vector of lines of code for the model
See also
Other Markov models:
createMarkovModel(),
createMarkovModelDataset(),
createMarkovTransitionMatrix(),
simMarkov(),
simMarkovId()