powered by
Data for Example 1.17
Lead
A data frame/tibble with 66 observations on the two variables
a character vector with values exposed and control
exposed
control
a numeric vector indicating the level of lead in children's blood (in micrograms/dl)
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { boxplot(lead ~ group, data = Lead, col = topo.colors(2)) # }
Run the code above in your browser using DataLab