Blackedu {BSDA} | R Documentation |
Data for Exercise 8.55
Blackedu
A data frame with 5 observations on the following 3 variables.
education
bachelor deg
graduate deg
high sch dropout
high sch graduate
some college
female
male
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Blackedu) attach(Blackedu) Blackedu chisq.test(Blackedu[,2:3]) detach(Blackedu)