Description Usage Format Details Source References Examples
Table defines life expectancy by attained age and sex in various cities in the specified years. This is Table 10.3 in Chapter 10 of Hartigan (1975) on page 182.
1 |
A data frame with 16 observations on the following 10 variables.
city
a character vector for the city
year
a numeric vector for the year of census
m00
a numeric vector for the male expectancy with attained age 0
m25
a numeric vector for the male expectancy with attained age 25
m50
a numeric vector for the male expectancy with attained age 50
m75
a numeric vector for the male expectancy with attained age 75
f00
a numeric vector for the female expectancy with attained age 0
f25
a numeric vector for the female expectancy with attained age 25
f50
a numeric vector for the female expectancy with attained age 50
f75
a numeric vector for the female expectancy with attained age 75
This data set can be applied to the triads-leader algorithm.
Keyfitz, N. and Flieger, W. (1971) Population, Freeman, San Francisco.
SPAETH2 Cluster Analysis Datasets http://people.sc.fsu.edu/~jburkardt/datasets/spaeth2/spaeth2.html
Hartigan, J. A. (1975). Clustering Algorithms, John Wiley, New York.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.