Learn R Programming

SenSrivastava (version 0.1-14)

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

concept

  • Population Density and Vehicle Thefts
  • regression
  • outlier

source

Mark Buslik, Chicago Police Department.

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)
")
identify(pd, vtt)

Run the code above in your browser using DataLab