promotions_shuffled {moderndive}R Documentation

One permutation/shuffle of promotions

Description

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

Usage

promotions_shuffled

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().


[Package moderndive version 0.5.5 Index]