promotions_shuffled: One permutation/shuffle of promotions

Description Usage Format See Also Examples

Description

Shuffled/permuted data from a 1970's study on whether gender influences hiring recommendations.

Usage

1

Format

A data frame with 48 observations on the following 3 variables.

id

Identification variable used to distinguish rows.

gender

shuffled/permuted (binary) gender: a factor with two levels 'male' and 'female'

decision

a factor with two levels: 'promoted' and 'not'

See Also

promotions.

Examples

1
2
3
library(dplyr)
glimpse(promotions)
glimpse(promotions_shuffled)

tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.