Learn R Programming

UsingR (version 2.0-7)

exec.pay: Direct compensation for 199 United States CEOs in the year 2000

Description

Direct compensation for 199 United States CEOs in the year 2000 in units of \$10,000.

Usage

data(exec.pay)

Arguments

Format

A numeric vector with 199 entries each measuring compensation in 10,000s of dollars.

Examples

Run this code
# NOT RUN {
data(exec.pay)
hist(exec.pay)
# }

Run the code above in your browser using DataLab