Manager {BSDA}R Documentation

Advertised salaries offered general managers of major corporations in 1995

Description

Data for Exercise 5.81

Usage

Manager

Format

A data frame with 26 observations on the following variable.

salary
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Manager)
attach(Manager)
stem(salary)
sign.test(salary)
detach(Manager)

[Package BSDA version 0.1 Index]