Engineer: Engineer Salaries

EngineerR Documentation

Engineer Salaries

Description

Salaries for engineering graduates 10 years after graduation

Format

A data frame with 51 observations on the following 2 variables:

salary

salary 10 years after graduation in thousands of dollars

university

one of three different engineering universities

Source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples


boxplot(salary ~ university, data = Engineer, horizontal = TRUE)
# Trellis Approach
bwplot(university ~ salary, data = Engineer)


alanarnholt/PASWR documentation built on June 2, 2022, 5:19 a.m.