los.data {changeLOS} | R Documentation |
data
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:
- 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.0
- observed time for censored in state 0
- cens.1
- observed time for censored in state 1
Source
References
Examples
data(los.data)
[Package
changeLOS version 1.1.3
Index]