Learn R Programming

sensitivitymv (version 1.4.3)

mercury: NHANES Mercury/Fish Data

Description

Data from NHANES. Matrix 397 x 3. n=397 treated people who ate at least 15 servings of fish or shellfish during the previous month are matched to two controls who ate at most one serving of fish or shellfish. The values in mercury record the level of methylmercury in blood in mu-g/dl. Column 1 is treated, columns 2 and 3 are controls. Specifically, column 2 describes an individual who ate no fish or shellfish in the previous month, while column 3 describes an individual who ate exactly one serving of fish or shellfish. The data were used as an example in Rosenbaum (2014).

Usage

data(mercury)

Arguments

Format

A data frame with 397 observations on the following 3 variables.

Treated

Mercury level for treated individual.

Zero

Mercury level for a control who ate no fish/shellfish

One

Mercury level for a control who ate one serving of fish/shellfish

References

Rosenbaum, P. R. (2014). Weighted M-statistics with superior design sensitivity in matched observational studies with multiple controls. Journal of the American Statistical Association, 109(507), 1145-1158. <doi:10.1080/01621459.2013.879261>

Examples

Run this code
data(mercury)

Run the code above in your browser using DataLab