Learn R Programming

BSDA (version 1.01)

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

Description

Data for Example 1.17

Usage

Lead

Arguments

Format

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

Pair

a numeric vector

exposed

a numeric vector

control

a numeric vector

Examples

Run this code
# NOT RUN {
str(Lead)
attach(Lead)
boxplot(exposed,control, names=c("Exposed","Control"),col=c("red","blue"))
detach(Lead)
# }

Run the code above in your browser using DataLab