Lead {BSDA}R Documentation

Lead levels in children's blood whose parents worked in a battery factory

Description

Data for Example 1.17

Usage

Lead

Format

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

Pair
a numeric vector
exposed
a numeric vector
control
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Lead)
attach(Lead)
boxplot(exposed,control, names=c("Exposed","Control"),col=c("red","blue"))
detach(Lead)

[Package BSDA version 0.1 Index]