Leader {BSDA} | R Documentation |
Data for Exercise 7.31
Leader
A data frame with 34 observations on the following 2 variables.
under35
over35
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Leader) attach(Leader) boxplot(under35,over35,names=c("Under 35","Over 35"),col=c("green","brown")) t.test(under35,over35) detach(Leader)