Learn R Programming

GLMsData (version 1.4)

ceo: CEO salaries

Description

The age and salary of ceos of small companies

Usage

data(ceo)

Arguments

Format

A data frame with 60 observations on the following 2 variables.

Age

the age of the ceo in completed years; a numeric vector

Salary

the salary of the ceo (including bonuses) in thousands of dollars; a numeric vector

Details

The age and salary of ceos of small companies (annual sales greater than 5 and less than 350 million dollars); companies were ranked according to 5-year average return on investment. The first 60 firms are listed.

References

Originally from Forbes, November 8, 1993 ``America's Best Small Companies''.

Examples

Run this code
data(ceo)
plot(ceo)

Run the code above in your browser using DataLab