| Lead {BSDA} | R Documentation |
Data for Example 1.17
Lead
A data frame with 33 observations on the following 3 variables.
PairexposedcontrolKitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Lead)
attach(Lead)
boxplot(exposed,control, names=c("Exposed","Control"),col=c("red","blue"))
detach(Lead)