CA19PancreaticCancer_df | R Documentation |
This dataset, CA19PancreaticCancer_df, is a data frame containing data from a diagnostic accuracy review on the CA19-9 biomarker used for diagnosing pancreatic cancer. The dataset includes the number of true positives (TP), false positives (FP), false negatives (FN), and true negatives (TN) from various studies.
data(CA19PancreaticCancer_df)
A data frame with 22 observations and 5 variables:
Name or identifier of the study (character).
True positives – the number of correctly identified positive cases (integer).
False positives – the number of cases incorrectly identified as positive (integer).
False negatives – the number of cases incorrectly identified as negative (integer).
True negatives – the number of correctly identified negative cases (integer).
The dataset name has been kept as 'CA19PancreaticCancer_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.