cluster.datasets (version 1.0-1)

life.expectancy.1971: Hartigan (1975) Expectations of Life by Country, Age and Sex

Description

A table with remaining life expectancies for males and females of sampled ages. This is Table 4.10 in Chapter 14 of Hartigan (1975) on page 101.

Usage

data(life.expectancy.1971)

Arguments

Format

A data frame with 31 observations on the following 10 variables.
country
a character vector for the country
year
a numeric vector for the year in in which the data were computed
m0
a numeric vector for the remaining life expectancies for a male of age 0
m25
a numeric vector for the remaining life expectancies for a male of age 25
m50
a numeric vector for the remaining life expectancies for a male of age 50
m75
a numeric vector for the remaining life expectancies for a male of age 75
f0
a numeric vector for the remaining life expectancies for a female of age 0
f25
a numeric vector for the remaining life expectancies for a female of age 25
f50
a character vector for the remaining life expectancies for a female of age 50
f75
a numeric vector for the remaining life expectancies for a female of age 75

Source

Keylitz, N. and Flieger, W. (1971), Population, Freeman. 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(life.expectancy.1971)

Run the code above in your browser using DataLab