This dataset, patients_lung_diseases_tbl_df, is a tibble containing detailed clinical information about 5,200 patients with various lung conditions, including demographics, smoking status, lung capacity measurements, disease types, treatments received, hospital visits, and recovery status.
Usage
data(patients_lung_diseases_tbl_df)
Format
A tibble with 5,200 observations and 8 variables:
- Age
Patient age in years (numeric)
- Gender
Patient gender (character)
- Smoking Status
Smoker or non-smoker status (character)
- Lung Capacity
Measured lung function (numeric)
- Disease Type
Specific lung condition (character)
- Treatment Type
Therapy, medication or surgery received (character)
- Hospital Visits
Number of hospital visits (numeric)
- Recovered
Recovery status (character)
Details
The dataset name has been kept as 'patients_lung_diseases_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the PulmoDataSets package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble object. The original content has not been modified in any way.