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.
data(tlc_lung_capacity_df)A data frame with 32 observations and 4 variables:
Age in years (integer)
Sex (0 = female, 1 = male) (integer)
Height in centimeters (integer)
Total lung capacity in liters (numeric)
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.