Learn R Programming

SenSrivastava (version 2015.6.25)

E1.17: Data on Population Density and Vehicle Thefts

Description

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

Usage

data(E1.17)

Arguments

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.

Examples

Run this code
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")
if (FALSE) identify(pd, vtt)

Run the code above in your browser using DataLab