E1.11 {SenSrivastava} | R Documentation |
Data on violent and property crimes in 22 metropolitan areas of the U.S.
Description
The E1.11
data frame has 23 rows and 4 columns.
Usage
data(E1.11)
Format
This data frame contains the following columns:
- Metro.Area
-
a character vector, names and state of each metropolitan area.
- Violent.Crimes
-
a numeric vector, units of measurenment not given.
- Property.Crimes
-
a numeric vector, units of measurement not given.
- Population
-
a numeric vector, in thousands.
Source
Dacey, M.F.(1983) Social science Theories and Methods I: Models of data, Evanston: Northwestern University.
Examples
data(E1.11)
attach(E1.11)
plot(Population, Violent.Crimes)
detach()
[Package SenSrivastava version 2015.6.25.1 Index]