Description Usage Format Source See Also Examples
Data from a 1970's study on whether gender influences hiring recommendations. Originally used in OpenIntro.org.
1 |
A data frame with 48 observations on the following 3 variables.
Identification variable used to distinguish rows.
gender (collected as a binary variable at the time of the study): a factor with two levels 'male' and 'female'
a factor with two levels: 'promoted' and 'not'
Rosen B and Jerdee T. 1974. Influence of sex role stereotypes on personnel decisions. Journal of Applied Psychology 59(1):9-14.
The data in 'promotions' is a slight modification of gender_discrimination
.
1 2 | library(dplyr)
glimpse(promotions)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.