BRCA2BreastCancer_df | R Documentation |
This dataset, BRCA2BreastCancer_df, is a data frame containing data on the cumulative risk of breast cancer in women with the BRCA2 mutation as a function of their age. The dataset includes 11 observations, with each entry representing the cumulative risk at a specific age (in years).
data(BRCA2BreastCancer_df)
A data frame with 11 observations and 2 variables:
Age of the individual in years (numeric).
Cumulative risk of breast cancer at that age (numeric).
The dataset name has been kept as 'BRCA2BreastCancer_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 riskyr package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.