This dataset, tlc_lung_capacity_df, is a data frame containing data on pretransplant total lung capacity (TLC) measured by whole-body plethysmography for recipients of heart-lung transplants.
Usage
data(tlc_lung_capacity_df)
Format
A data frame with 32 observations and 4 variables:
- age
Age in years (integer)
- sex
Sex (0 = female, 1 = male) (integer)
- height
Height in centimeters (integer)
- tlc
Total lung capacity in liters (numeric)
Details
The dataset name has been kept as 'tlc_lung_capacity_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the PulmoDataSets package. The suffix 'df' indicates that this is a data frame object. The original content has not been modified in any way.