Data from a mammography screening program. The dataset is not the original dataset, but an imputed dataset based on the summary statistics available publicly.
data(mammography)data(observed)
The data frame mammography has 148 rows and 3 variables
True latent state of the individual (1=positive, 0=negative)
Number of mammography tests performed for each individual
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.