breastcancer {riskscores}R Documentation

Breast tissue biopsy data

Description

The Breast Cancer Wisconsin dataset from the UCI machine learning repository records the measurements from breast tissue biopsies. The outcome of interest is whether the sample was benign or malignant.

Usage

breastcancer

Format

breastcancer

A data frame with 683 rows and 10 columns:

Benign

1 for malignant, 0 for benign

ClumpThickness

Clump thickness on an integer scale from 1 to 10

UniformityOfCellSize

Uniformity of cell size on an integer scale from 1 to 10

UniformityofCellShape

Uniformity of cell shape on an integer scale from 1 to 10

MarginalAdhesion

Marginal adhesion on an integer scale from 1 to 10

SingleEpithelialCellSize

Single epithelial cell size on an integer scale from 1 to 10

BareNuclei

Bare nuclei on an integer scale from 1 to 10

BlandChromatin

Bland chromatin on an integer scale from 1 to 10

NormalNucleoli

Normal nucleoli on an integer scale from 1 to 10

Mitosis

Mitosis on an integer scale from 1 to 10

Source

https://archive.ics.uci.edu/dataset/15/breast+cancer+wisconsin+original


[Package riskscores version 1.1.1 Index]