Learn R Programming

pammtools (version 0.2.4)

extub_event: Time until extubation

Description

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:

ID

Unique patient ID

gender

The patients' gender

type

Type of admission, either Medical or Surgical

SAPSadmission

SAPS score at admission

time

Time (days) until extubation

extubation

0 = no extubation/censoring, 1 = extubation

day

Exposure time, i.e., time at which the SOFA score was observed

SOFA

The SOFA score at respective days

Usage

extub_event

extub_tdc

Arguments

Format

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.