Learn R Programming

BSDA (version 0.1)

Educat: Crime rates versus the percent of the population without a high school degree

Description

Data for Exercise 2.41

Usage

Educat

Arguments

source

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

Examples

Run this code
str(Educat)
attach(Educat)
plot(nodegree,crime,xlab="No Crime",ylab="Violent Crime Rate per 100,000")
detach(Educat)

Run the code above in your browser using DataLab