This is a preprocessed
subset of the data discussed in Heyard, et. al 2018 (and provided in a slightly
different format as VAP_data
in the package TBFmultinomial
).
In this package, the data is split in two parts, extub_event
contains
time-to-event data and time-constant covariates and extub_tdc
contains
the information on the time-dependent covariate SOFA score.
The data contains the following variables:
Unique patient ID
The patients' gender
Type of admission, either Medical
or Surgical
SAPS score at admission
Time (days) until extubation
0 = no extubation/censoring, 1 = extubation
Exposure time, i.e., time at which the SOFA score was observed
The SOFA score at respective day
s
extub_eventextub_tdc
An object of class tbl_df
(inherits from tbl
, data.frame
) with 110 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 1518 rows and 3 columns.