Learn R Programming

cluster.datasets (version 1.0-1)

sample.us.city.crime.1970: Hartigan (1975) City Crime

Description

A list of cities and the number of crimes per 100,000 population, as of 1970. This is Table 1.1 in Chapter 1 of Hartigan (1975) on page 28.

Usage

data(sample.us.city.crime.1970)

Arguments

Format

A data frame with 16 observations on the following 8 variables.
city
a character vector for the names of the cities
murder
a numeric vector for the murder rates
rape
a numeric vector for the rape rates
robbery
a numeric vector for the robbery rates
assault
a numeric vector for the assault rates
burglary
a numeric vector for the burglary rates
larceny
a numeric vector for the larceny rates
auto
a numeric vector for the auto crime rates

Source

United Sates Statistical Abstracts (1970). SPAETH2 Cluster Analysis Datasets http://people.sc.fsu.edu/~jburkardt/datasets/spaeth2/spaeth2.html

Details

None.

References

Hartigan, J. A. (1975). Clustering Algorithms, John Wiley, New York.

Examples

Run this code
data(sample.us.city.crime.1970)

Run the code above in your browser using DataLab