Learn R Programming

LFM (version 0.3.1)

Breast: Breast

Description

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.

Usage

data(Breast)

Arguments

Format

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)

Examples

Run this code
# Load the dataset
data(Breast)

# Print the first few rows of the dataset
print(head(Breast))

Run the code above in your browser using DataLab