BRCA1BreastCancer_df dataset

Cumulative Risk of Women Breast Cancer BRCA1 Mutation

Cumulative Risk of Women Breast Cancer BRCA1 Mutation

This dataset, BRCA1BreastCancer_df, is a data frame containing data on the cumulative risk of breast cancer in women with the BRCA1 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).

Format

A data frame with 11 observations and 2 variables:

  • x: Age of the individual in years (numeric).
  • y: Cumulative risk of breast cancer at that age (numeric).

Source

Data taken from the riskyr package.

data(BRCA1BreastCancer_df)

Details

The dataset name has been kept as 'BRCA1BreastCancer_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.

  • Maintainer: Renzo Caceres Rossi
  • License: GPL-3
  • Last published: 2024-12-10

About the dataset

  • Number of rows: 11
  • Number of columns: 2
  • Class: data.frame

Column names and types

  • x:numeric
  • y:numeric