Depend {BSDA} | R Documentation |
Data for Exercise 1.26
Depend
A data frame with 50 observations on the following 4 variables.
C1
number
Count
Percent
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Depend) attach(Depend) table(C1) barplot(table(C1),col="lightblue",main="Problem 1.26", xlab="Number of Dependent Children",ylab="Frequency") detach(Depend)