A list giving information about censored states, their labels in the data and what true states they represent.
Value
- ncens
The number of distinct values used for censored observations in the
statedata supplied tomsm.- censor
A vector of length
ncens, giving the labels used for censored states in the data.- states
A vector obtained by
unlist()ing a list withncenselements, each giving the set of true states that an observation with this label could be.- index
Index into
statesfor the first state corresponding to eachcensor, plus an extralength(states)+1.