openintro (version 2.0.0)

family_college: Simulated sample of parent / teen college attendance

Description

A simulated data set based on real population summaries.

Usage

family_college

Arguments

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.

Examples

Run this code
# NOT RUN {
library(dplyr)

family_college %>%
  count(teen, parents)

# }

Run the code above in your browser using DataLab