family_college: Simulated sample of parent / teen college attendance

Description Usage Format Source Examples

Description

A simulated data set based on real population summaries.

Usage

1

Format

A data frame with 792 observations on the following 2 variables.

teen

Whether the teen goes to college or not.

parents

Whether the parent holds a college degree or not.

Source

Simulation based off of summary information provided at https://nces.ed.gov/pubs2001/2001126.pdf

Examples

1
2
3
4
library(dplyr)

family_college %>%
  count(teen, parents)

tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.