Learn R Programming

BSDA (version 1.2.1)

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/tibble with 66 observations on the two variables

group

a character vector with values exposed and control

lead

a numeric vector indicating the level of lead in children's blood (in micrograms/dl)

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

boxplot(lead ~ group, data = Lead, col = topo.colors(2))

Run the code above in your browser using DataLab