| 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.
citya character vector for the names of the cities
murdera numeric vector for the murder rates
rapea numeric vector for the rape rates
robberya numeric vector for the robbery rates
assaulta numeric vector for the assault rates
burglarya numeric vector for the burglary rates
larcenya numeric vector for the larceny rates
autoa 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]