crime rates for 50 states in 1983 and 1993
data(crime)
This data frame contains the following columns:
from Kitchens' Exploring Statistics
data(crime) boxplot(crime) t.test(crime[,1],crime[,2],paired=TRUE)