powered by
A simulated data set based on real population summaries.
family_college
A data frame with 792 observations on the following 2 variables.
Whether the teen goes to college or not.
college
not
Whether the parent holds a college degree or not.
degree
# NOT RUN { library(dplyr) family_college %>% count(teen, parents) # }
Run the code above in your browser using DataLab