This dataset, ai_ipn_performance_dt, is a data table containing performance metrics of an artificial intelligence tool for risk stratification of 200 indeterminate pulmonary nodules (IPNs) on chest CT scans.
Usage
data(ai_ipn_performance_dt)
Format
A data table with 200 observations and 2 variables:
- cancer
Malignancy status (0 = benign, 1 = malignant) (integer)
- rating
AI risk assessment rating (integer)
Details
The dataset name has been kept as 'ai_ipn_performance_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.