lung_nodules_detection_dt | R Documentation |
This dataset, lung_nodules_detection_dt, is a data table containing clinical and radiological characteristics of 999 pulmonary nodules (up to 15mm in size) detected on routine chest CT scans from 3 UK academic centers.
data(lung_nodules_detection_dt)
A data table with 999 observations and 8 variables:
Patient sex (factor with 2 levels)
Patient age in years (numeric)
Number of annotated nodules (numeric)
Nodule location (factor with 6 levels)
Spiculation status (factor with 2 levels)
Smoking history (factor with 5 levels)
Nodule diameter in mm (numeric)
Malignancy status (0=benign, 1=malignant) (numeric)
The dataset name has been kept as 'lung_nodules_detection_dt' 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 'dt' indicates that this is a data table object. The original content has not been modified in any way.
Data taken from the R4HCR package version 0.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.