indochina.combat.deaths {cluster.datasets}R Documentation

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)

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

Details

None

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

References

Hartigan, J. A. (1975). Clustering Algorithms, John Wiley, New York.

Examples

data(indochina.combat.deaths)

[Package cluster.datasets version 1.0-1 Index]