Description Usage Format Source Examples
A simulated data set based on real population summaries.
1 |
A data frame with 792 observations on the following 2 variables.
Whether the teen goes to college
or not
.
Whether the parent holds a college degree
or not
.
Simulation based off of summary information provided at https://nces.ed.gov/pubs2001/2001126.pdf
1 2 3 4 | library(dplyr)
family_college %>%
count(teen, parents)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.