powered by
The E1.17 data frame has 18 rows and 3 columns.
E1.17
data(E1.17)
This data frame contains the following columns:
a numeric vector, district of Chicago. 1 is downtown Chicago.
a numeric vector, population density of each district.
a numeric vector, vehicle thefts per thousand residents.
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