ucb_admit: Student admissions at UC Berkeley

Description Usage Format Details Source Examples

Description

A data set on applicants to graduate school at University of California, Berkeley, for the six largest departments in 1973.

Usage

1

Format

A tidy data frame (tibble) with 12 observations and 4 variables. An observation, by sex and department, records the number of people who applied and the number admitted.

sex

Sex of applicant, Female or Male

dept

Department A through F

admitted

Number admitted to the department

applied

Number of applicants to the department

Details

These data are based on the UCBAdmissions data in base R. The new variable applied is the sum of the number of students admitted and the number of students rejected by each department.

Source

Base R.

Examples

1
2
data(ucb_admit, package = "graphclassmate")
ucb_admit 

graphdr/graphclassmate documentation built on May 27, 2021, 4:41 a.m.