Learn R Programming

SenSrivastava (version 2015.6.25)

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

Arguments

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.

Examples

Run this code
data(E1.11)
attach(E1.11)
plot(Population, Violent.Crimes)
detach()

Run the code above in your browser using DataLab