Breast | R Documentation |
This dataset contains original clinical cases reported by Dr. Wolberg. The data are grouped chronologically, reflecting the time periods when the samples were collected. The dataset includes various attributes related to breast cancer diagnosis.
data(Breast)
A data frame with 699 rows and several columns representing different features related to breast cancer diagnosis.
Sample_code_number
: Identification number for the sample.
Clump_Thickness
: 1-10
Uniformity_of_Cell_Size
: 1-10
Uniformity_of_Cell_Shape
: 1-10
Marginal_Adhesion
: 1-10
Single_Epithelial_Cell_Size
: 1-10
Bare_Nuclei
: 1-10 (some values may be missing or revised)
Bland_Chromatin
: 1-10
Normal_Nucleoli
: 1-10
Mitoses
: 1-10
Class
: 2 (benign) or 4 (malignant)
# Load the dataset
data(Breast)
# Print the first few rows of the dataset
print(head(Breast))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.