LungNodulesDetected_df | R Documentation |
This dataset, LungNodulesDetected_df, is a data frame containing data on incidental or screen-detected lung nodules. The data includes information such as patient demographics, smoking status, nodule characteristics, and whether the nodule is malignant. The dataset was collected from patients with pulmonary nodules of up to 15mm detected on routine CT chest scans, aged 18 years or older, from 3 academic centers in the UK.
data(LungNodulesDetected_df)
A data frame with 999 observations and 8 variables:
Gender of the patient, represented as a factor with 2 levels (Male, Female).
Age of the patient (numeric).
Number of annotated nodules (numeric).
Location of the nodule, represented as a factor with 6 levels.
Whether the nodule is spiculated, represented as a factor with 2 levels (Yes, No).
Smoking status of the patient, represented as a factor with 5 levels.
Diameter of the nodule (numeric).
Malignancy status of the nodule (numeric).
The dataset name has been kept as 'LungNodulesDetected_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the OncoDataSets package and assists users in identifying its specific characteristics. The suffix '_df' indicates that the dataset is a data frame. The original content has not been modified in any way.
Data taken from the R4HCR package. The dataset was collected from patients with pulmonary nodules detected on CT chest scans, aged 18 years or older, from 3 academic centers in the UK.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.