BloodStorageProstate_df | R Documentation |
This dataset, BloodStorageProstate_df, is a data frame containing data on 316 men who underwent radical prostatectomy and received a transfusion during or within 30 days of the surgery. The dataset includes demographic, baseline, and prognostic factors, as well as data on the time to biochemical recurrence of prostate cancer, as indicated by prostate serum antigen (PSA) levels. The main exposure of interest was the red blood cell (RBC) storage duration group, and the outcome of interest was time to PSA cancer recurrence.
data(BloodStorageProstate_df)
A data frame with 316 observations and 20 variables:
Age group of red blood cells (numeric).
Median age of red blood cells (numeric).
Patient's age (numeric).
African American status (numeric).
Family history of prostate cancer (numeric).
Prostate volume (numeric).
Tumor volume (numeric).
Tumor stage (numeric).
Biopsy grade score (numeric).
Bone metastasis status (numeric).
Organ confinement status (numeric).
Preoperative prostate serum antigen level (numeric).
Preoperative therapy received (numeric).
Number of blood transfusion units (numeric).
Surgical Gleason score (numeric).
Any adjuvant therapy received (numeric).
Adjuvant radiation therapy received (numeric).
Cancer recurrence status (numeric).
Censoring status (numeric).
Time to biochemical recurrence in months (numeric).
The dataset name has been kept as 'BloodStorageProstate_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 medicaldata package. Cata et al. (2011). *Blood Storage Duration and Biochemical Recurrence of Cancer after Radical Prostatectomy*. Mayo Clinic Proceedings, 86(2), 120–127.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.