SuspectedCancer_df | R Documentation |
This dataset, SuspectedCancer_df, is a data frame containing blood test results from individuals presenting with non-specific symptoms of cancer. The data was collected as part of the Suspected CANcer (SCAN) pathway, which evaluates a new standard of care for patients in primary care settings.
data(SuspectedCancer_df)
A data frame with 750 observations and 8 variables:
Age of the individual (numeric).
Comorbidity index (numeric).
Haemoglobin level (numeric).
Albumin level (numeric).
Alanine aminotransferase level (numeric).
White blood cell count (numeric).
Bilirubin level (numeric).
Calcium level (numeric).
The dataset name has been kept as 'SuspectedCancer_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. Nicholson BD, Oke JL, Friedemann Smith C, et al. The Suspected CANcer (SCAN) pathway: protocol for evaluating a new standard of care for patients with non-specific symptoms of cancer. BMJ Open 2018;8:e018168.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.