This dataset is a flat (two-dimensional) version of the UCBAdmissions dataset from the datasets package.

ucbadmit

Format

A tibble with 4526 rows and 3 variables:

admit

Admission status of the applicant: Admitted or Rejected

gender

Gender of applicant: Male or Female

dept

Anonymized department: A, B, C, D, E, or F

Source

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/.

Examples

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