Chemist {BSDA}R Documentation

Starting salaries of 50 chemistry majors

Description

Data for Example 5.3

Usage

Chemist

Format

A data frame with 50 observations on the following variable.

salary
a numeric vector

Source

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

Examples

str(Chemist)
attach(Chemist)
EDA(salary)
detach(Chemist)

[Package BSDA version 0.1 Index]