AIPulmonaryNodules_df | R Documentation |
This dataset, AIPulmonaryNodules_df, is a data frame containing data from a study on the performance of an artificial intelligence (AI) risk stratification tool for assessing Indeterminate Pulmonary Nodules (IPNs) in chest CT scans. The dataset includes information on whether cancer was diagnosed and the AI tool's rating of the probability of cancer (from 0 to 100).
data(AIPulmonaryNodules_df)
A data frame with 200 observations and 2 variables:
Cancer diagnosis – whether the nodule is cancerous (1 = cancer, 0 = no cancer) (integer).
AI rating of the probability of cancer, ranging from 0 to 100 (integer).
The dataset name has been kept as 'AIPulmonaryNodules_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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.