A data frame comprising the microsimulation output in long format.
- ID
is the unique numerical person identifier of an individual.
- birthDate
is the birth date of an individual.
- The variables Tstart
and Tstop
mark the start und the ending dates of episodes.
- statusEntry
specifies whether the entry into an episode has been observed. Value "1" marks an observed entry and "0" marks a left truncated episode.
- statusExit
specifies whether a transition between two states or right censoring completed an episode. Value "1" indicates a transition and "0" a censoring event.
- OD
names the transition which completed an episode. Here, right censoring is marked by "cens".
- ns
gives the number of episodes an individual has passed.
- Episode
enumerates the episodes an individual has passed.
- The last columns of the data frame contain for each individual and episode the values of the state variables during that episode such as `sex', `education', etc.
- Birth and transition times are given as calendar dates in form of chron objects.