Learn R Programming

PASWR (version 1.1)

Engineer: Engineer Salaries

Description

Salaries for engineering graduates 10 years after graduation

Usage

Engineer

Arguments

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

Examples

Run this code
# NOT RUN {
boxplot(salary~university, data = Engineer, horizontal=TRUE)
# Trellis Approach
bwplot(university~salary, data = Engineer)
# }

Run the code above in your browser using DataLab