Learn R Programming

cluster.datasets (version 1.0-1)

indochina.combat.deaths: Hartigan (1975) Combat Deaths in Indochina

Description

Table contains the number of monthly combat deaths for US troops, South Vietnamese troops, third party troops and enemy troops. This is Table 6.4 in Chapter 6 of Hartigan (1975) on page 139.

Usage

data(indochina.combat.deaths)

Arguments

Format

A data frame with 72 observations on the following 5 variables.
month.year
a character vector for the year
us
a numeric vector for the number of US combat deaths
svn
a numeric vector for the number of South Vietnamese combat deaths
third
a numeric vector for the number of third party combat deaths
enemy
a numeric vector for the number of enemy combat deaths

Source

Unclassified Statistics on Southeast Asia (1972), Department of Defense, OASD (Comptroller), Directorate for Information Operations. 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(indochina.combat.deaths)

Run the code above in your browser using DataLab