E1.11: Data on violent and property crimes in 22 metropolitan areas...

E1.11R 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()

SenSrivastava documentation built on May 29, 2024, 7:34 a.m.