Length of hospital stay
The los.data
data frame has 756 rows, one row for
each patient, and 7 columns.
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.