mercury {sensitivitymv}R Documentation

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)

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

Source

Data is originally from NHANES 2009-2010.

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

data(mercury)

[Package sensitivitymv version 1.4.3 Index]