Blackedu | R Documentation |
Data for Exercise 8.55
Blackedu
A data frame/tibble with 3800 observations on two variables
a factor with levels Female
and Male
a factor with levels High school dropout
,
High school graudate
, Some college
, Bachelor
's degree
, and
Graduate degree
Bureau of Census data.
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
T1 <- xtabs(~gender + education, data = Blackedu)
T1
chisq.test(T1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.