powered by
Data for Example 1.17
Lead
A data frame with 33 observations on the following 3 variables.
Pair
a numeric vector
exposed
control
# 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