patients_lung_diseases_tbl_df | R Documentation |
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.
data(patients_lung_diseases_tbl_df)
A tibble with 5,200 observations and 8 variables:
Patient age in years (numeric)
Patient gender (character)
Smoker or non-smoker status (character)
Measured lung function (numeric)
Specific lung condition (character)
Therapy, medication or surgery received (character)
Number of hospital visits (numeric)
Recovery status (character)
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.
Data taken from Kaggle: https://www.kaggle.com/datasets/samikshadalvi/lungs-diseases-dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.