Learn R Programming

BSDA (version 1.01)

Manager: Advertised salaries offered general managers of major corporations in 1995

Description

Data for Exercise 5.81

Usage

Manager

Arguments

Format

A data frame with 26 observations on the following variable.

salary

a numeric vector

Examples

Run this code
# NOT RUN {
str(Manager)
attach(Manager)
stem(salary)
SIGN.test(salary)
detach(Manager)
# }

Run the code above in your browser using DataLab