Learn R Programming

BinaryReplicates (version 1.0.0)

mammography-datasets: A mammography dataset

Description

Data from a mammography screening program. The dataset is not the original dataset, but an imputed dataset based on the summary statistics available publicly.

Usage

data(mammography)

data(observed)

Arguments

Format

The data frame mammography has 148 rows and 3 variables

ti

True latent state of the individual (1=positive, 0=negative)

ni

Number of mammography tests performed for each individual

si

Number of positive mammography tests for each individual

The matrix observed is a 110x148 array with the observed replicates, one column for each individual. The rows correspond to the replicates, and the values are either 0 or 1.