Domestic {BSDA} | R Documentation |
Data for Exercise 1.20
Domestic
A data frame with 5 observations on the following 2 variables.
Age
12-19
20-24
25-34
35-49
50-64
Rate
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Domestic) attach(Domestic) names(Rate) <- Age barplot(Rate,col="gold") pie(Rate) detach(Domestic)