sample.us.city.crime.1970 {cluster.datasets}R Documentation

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)

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

Details

None.

Source

United Sates Statistical Abstracts (1970).

SPAETH2 Cluster Analysis Datasets http://people.sc.fsu.edu/~jburkardt/datasets/spaeth2/spaeth2.html

References

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

Examples

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

[Package cluster.datasets version 1.0-1 Index]