E1.17 {SenSrivastava}R Documentation

Data on Population Density and Vehicle Thefts

Description

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

Usage

data(E1.17)

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

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)

[Package SenSrivastava version 2015.6.25.1 Index]