Learn R Programming

BSDA (version 1.01)

Chemist: Starting salaries of 50 chemistry majors

Description

Data for Example 5.3

Usage

Chemist

Arguments

Format

A data frame with 50 observations on the following variable.

salary

a numeric vector

Examples

Run this code
# NOT RUN {
str(Chemist)
attach(Chemist)
EDA(salary)
detach(Chemist)
# }

Run the code above in your browser using DataLab