Engineer {PASWR}R Documentation

Engineer Salaries

Description

Salaries for engineering graduates 10 years after graduation

Usage

Engineer

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

attach(Engineer)
boxplot(split(salary,university))
detach(Engineer)

[Package PASWR version 1.0 Index]