powered by
Data for Exercise 1.26
Depend
A data frame with 50 observations on the following 4 variables.
C1
a numeric vector
number
Count
Percent
# NOT RUN { str(Depend) attach(Depend) table(C1) barplot(table(C1),col="lightblue",main="Problem 1.26", xlab="Number of Dependent Children",ylab="Frequency") detach(Depend) # }
Run the code above in your browser using DataLab