microUCBAdmissions: UC Berkeley Graduate Admissions Microdata

microUCBAdmissionsR Documentation

UC Berkeley Graduate Admissions Microdata

Description

The dataset UCBAdmissions, distributed with the R datasets package, is a three-dimensional array that classifies applicants to graduate school at the University of California, Berkeley in 1973 by sex, department, and admission status. That table, first published by Bickel et al. (1975), is frequently used in textbooks and statistics courses to illustrate Simpson's paradox. This dataset, microUCBAdmissions is a simulated data frame with three factors and one row per individual; when the factors are tabulated, they reproduce the frequencies in UCBAdmissions.

Usage

microUCBAdmissions

Format

a data frame with 4,526 rows and 3 factors:

Admit

"Admitted" or "Rejected"

Gender

"Male" or "Female"

Dept

"A", "B", "C", "D", "E", or "F"

Source

Bickel, P.J., Hammel, E.A. and O'Connell, J.W. (1975) Sex bias in graduate admissions: Data from Berkeley. Science, 187, 398-403.


cvam documentation built on March 7, 2023, 5:29 p.m.