Learn R Programming

Sleuth2 (version 2.0-7)

case0102: Sex Discrimination in Employment

Description

The data are the beginning salaries for all 32 male and all 61 female skilled, entry--level clerical employees hired by a bank between 1969 and 1977.

Usage

case0102

Arguments

Format

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

Salary

starting salaries (in US\(\$\))

Sex

sex of the clerical employee

References

Roberts, H.V. (1979). Harris Trust and Savings Bank: An Analysis of Employee Compensation, Report 7946, Center for Mathematical Studies in Business and Economics, University of Chicago Graduate School of Business.

See Also

case1202

Examples

Run this code
str(case0102)
boxplot(Salary~Sex, case0102)

Run the code above in your browser using DataLab