Learn R Programming

BSDA (version 1.01)

Detroit: Educational levels of a sample of 40 auto workers in Detroit

Description

Data for Exercise 5.21

Usage

Detroit

Arguments

Format

A data frame with 40 observations on the following variable.

educ

a numeric vector

Examples

Run this code
# NOT RUN {
str(Detroit)
attach(Detroit)
EDA(educ)
detach(Detroit)
# }

Run the code above in your browser using DataLab