Trucking_jobs: Earnings of workers at a trucking company.

Description Usage Format Examples

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

1

Format

A data frame Trucking_jobs with 129 rows and 11 variables.

Examples

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

Example output

Loading required package: mosaicCore
Loading required package: splines
Loading required package: dplyr

Attaching package:dplyrThe following objects are masked frompackage:mosaicCore:

    count, tally

The following objects are masked frompackage:stats:

    filter, lag

The following objects are masked frompackage:base:

    intersect, setdiff, setequal, union


Attaching package:mosaicModelThe following objects are masked frompackage:mosaicCore:

    ci.mean, ci.median, ci.sd, coverage

mosaicModel documentation built on May 2, 2019, 7:59 a.m.