PSAProstateCancer_df | R Documentation |
This dataset, PSAProstateCancer_df, is a data frame containing data from a study by Stamey et al. (1989) to examine the association between prostate specific antigen (PSA) and several clinical measures in men about to receive a radical prostatectomy. The dataset includes 97 observations and 9 variables, each representing a factor potentially associated with PSA.
data(PSAProstateCancer_df)
A data frame with 97 observations and 9 variables:
Logarithm of cancer volume (numeric).
Logarithm of prostate weight (numeric).
Age of the patient in years (integer).
Logarithm of benign prostatic hyperplasia (numeric).
Seminal vesicle invasion (integer).
Logarithm of cancer perineural invasion (numeric).
Gleason score (integer).
Percentage of cancerous tissue with Gleason score 4 or 5 (integer).
Logarithm of prostate specific antigen (PSA) (numeric).
The dataset name has been kept as 'PSAProstateCancer_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 ncvreg package. Based on data from Stamey et al. (1989), which examined the association between prostate specific antigen (PSA) and several clinical measures potentially associated with PSA in men about to receive a radical prostatectomy.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.