family_college {openintro} | R Documentation |
Simulated sample of parent / teen college attendance
Description
A simulated dataset based on real population summaries.
Usage
family_college
Format
A data frame with 792 observations on the following 2 variables.
- teen
Whether the teen goes to
college
ornot
.- parents
Whether the parent holds a college
degree
ornot
.
Source
Simulation based off of summary information provided at https://eric.ed.gov/?id=ED460660.
Examples
library(dplyr)
family_college |>
count(teen, parents)
[Package openintro version 2.5.0 Index]