birth.death.rates.1966 {cluster.datasets} | R Documentation |
A table with birth and death rates per 1000 persons for selected countries. This is Table 11.6 in Chapter 11 of Hartigan (1975) on page 197.
data(birth.death.rates.1966)
A data frame with 70 observations on the following 3 variables.
country
a character vector for the country name
birth
a numeric vector for the birth rates per 1000 persons
death
a numeric vector for the death rates per 1000 persons
Hartigan recommends that spircal search algorithm be applied to this data set.
Reader's Digest Almanac (1966)
SPAETH2 Cluster Analysis Datasets http://people.sc.fsu.edu/~jburkardt/datasets/spaeth2/spaeth2.html
Hartigan, J. A. (1975). Clustering Algorithms, John Wiley, New York.
data(birth.death.rates.1966)