ProstateSurgery_df | R Documentation |
This dataset, ProstateSurgery_df, is a data frame containing data from a study on 97 men with prostate cancer who were scheduled to undergo radical prostatectomy. The dataset includes clinical and pathological variables associated with prostate cancer.
data(ProstateSurgery_df)
A data frame with 97 observations and 9 variables:
Logarithm of cancer volume (numeric).
Logarithm of prostate weight (numeric).
Patient's age in years (integer).
Logarithm of the amount of benign prostatic hyperplasia (numeric).
Seminal vesicle invasion (binary: 0 = No, 1 = Yes; integer).
Logarithm of capsular penetration (numeric).
Gleason score (integer).
Percentage of Gleason scores 4 or 5 (integer).
Logarithm of prostate-specific antigen (PSA) level (numeric).
The dataset name has been kept as 'ProstateSurgery_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 faraway package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.