E1.17: Data on Population Density and Vehicle Thefts

Description Usage Format Source Examples

Description

The E1.17 data frame has 18 rows and 3 columns.

Usage

1

Format

This data frame contains the following columns:

D

a numeric vector, district of Chicago. 1 is downtown Chicago.

pd

a numeric vector, population density of each district.

vtt

a numeric vector, vehicle thefts per thousand residents.

Source

Mark Buslik, Chicago Police Department.

Examples

1
2
3
4
5
data(E1.17)
attach(E1.17)
plot(pd, vtt)
cat("Use the mouse to identify the outlier in the plot (click on the outlier)\n")
## Not run: identify(pd, vtt)

SenSrivastava documentation built on May 2, 2019, 7:29 a.m.