powered by
The los.data data frame has 756 rows, one row for each patient, and 7 columns.
los.data
data(los.data)
A data frame with the following columns:
admision id of the patient
observed time for jump from 0 (initial state) to 1 (intermediate state)
observed time for jump from 0 to 2 (discharge)
observed time for jump from 0 to 3 (death)
observed time for jump from 1 to 2
observed time for jump from 1 to 3
censoring time (either in initial or intermediate state)
data(los.data) my.data <- prepare.los.data(los.data)
Run the code above in your browser using DataLab