Trucking_jobs {mosaicModel}R Documentation

Earnings of workers at a trucking company.

Description

A dataset from a mid-western US trucking company on annual earnings of its employees in 2007. Datasets like this are used in audits by the Federal Government to look for signs of discrimination.

Usage

data(Trucking_jobs)

Format

A data frame Trucking_jobs with 129 rows and 11 variables.

Examples

mod_1 = lm(earnings ~ age + hiredyears + sex, data = Trucking_jobs)

[Package mosaicModel version 0.3.0 Index]