Learn R Programming

msm (version 1.4)

cmodel.object: Developer documentation: censoring model object

Description

A list giving information about censored states, their labels in the data and what true states they represent.

Arguments

Value

  • ncensThe number of distinct values used for censored observations in the state data supplied to msm.
  • censorA vector of length ncens, giving the labels used for censored states in the data.
  • statesA vector obtained by unlist()ing a list with ncens elements, each giving the set of true states that an observation with this label could be.
  • indexIndex into states for the first state corresponding to each censor, plus an extra length(states)+1.

See Also

msm.object.