breast_cancer_data: Breast Cancer Screening Data

breast_cancer_dataR Documentation

Breast Cancer Screening Data

Description

A simulated dataset for breast cancer screening research. It includes patient identifiers, results from various screening modalities, cancer status, and risk factors.

Usage

data(breast_cancer_data)

Format

A data frame with 2000 rows and 10 variables:

patient_id

Integer. Unique patient identifier.

clinical_exam

Character. Result of clinical breast examination (e.g., "Normal", "Abnormal").

mammography

Character. Mammography result (e.g., "BIRADS 1", "BIRADS 4").

ultrasound

Character. Ultrasound result (e.g., "Normal", "Suspicious").

mri

Character. MRI result (e.g., "Normal", "Suspicious").

cancer_status

Character. Actual cancer status, the gold standard (e.g., "Cancer", "No Cancer").

age

Integer. Patient's age in years.

family_history

Character. Family history of breast cancer (e.g., "Yes", "No").

brca_mutation

Character. BRCA mutation status (e.g., "Positive", "Negative").

breast_density

Character. Breast density category (e.g., "A", "B", "C", "D" or "Fatty", "Scattered", "Heterogeneously Dense", "Extremely Dense").

Examples

data(breast_cancer_data)
str(breast_cancer_data)
head(breast_cancer_data)
summary(breast_cancer_data$age)
table(breast_cancer_data$cancer_status, breast_cancer_data$mammography)

sbalci/ClinicoPathJamoviModule documentation built on June 13, 2025, 9:34 a.m.