los.data {changeLOS} | R Documentation |
Length of hospital stay
Description
The los.data
data frame has 756 rows, one row for
each patient, and 7 columns.
Usage
data(los.data)
Format
A data frame with the following columns:
- adm.id
- admision id of the patient
- j.01
- observed time for jump from 0 (initial state) to 1
(intermediate state)
- j.02
- observed time for jump from 0 to 2 (discharge)
- j.03
- observed time for jump from 0 to 3 (death)
- j.12
- observed time for jump from 1 to 2
- j.13
- observed time for jump from 1 to 3
- cens
- censoring time (either in initial or intermediate state)
Examples
data(los.data)
[Package
changeLOS version 2.0.9-2
Index]