Engineer {PASWR} | R 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)
[Package PASWR version 1.3 Index]