This dataset is a flat (two-dimensional) version of the UCBAdmissions dataset from the datasets package.
ucbadmit
A tibble with 4526 rows and 3 variables:
Admission status of the applicant: Admitted or Rejected
Gender of applicant: Male or Female
Anonymized department: A, B, C, D, E, or F
R Core Team (2018). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. URL https://www.R-project.org/.
ucbadmit
#> # A tibble: 4,526 × 3
#> admit gender dept
#> <fct> <fct> <ord>
#> 1 Admitted Male A
#> 2 Admitted Male A
#> 3 Admitted Male A
#> 4 Admitted Male A
#> 5 Admitted Male A
#> 6 Admitted Male A
#> 7 Admitted Male A
#> 8 Admitted Male A
#> 9 Admitted Male A
#> 10 Admitted Male A
#> # ℹ 4,516 more rows