openintro (version 1.7.1)

gender.discrimination: Bank manager recommendations based on gender

Description

Study from the 1970s about whether gender influences hiring recommendations.

Usage

data("gender.discrimination")

Arguments

Format

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

gender

a factor with levels female male

decision

a factor with levels not promoted

Examples

Run this code
# NOT RUN {
data(gender.discrimination)
## maybe str(gender.discrimination) ; plot(gender.discrimination) ...
# }

Run the code above in your browser using DataCamp Workspace