sample.mammals.milk.1956 {cluster.datasets}R Documentation

Hartigan (1975) Mammals Milk

Description

Selected animals have been clustered by similarity of percentage constituents in milk. This is Table 1.2 in the Introduction of Hartigan (1975) on page 6.

Usage

data(sample.mammals.milk.1956)

Format

A data frame with 16 observations on the following 5 variables.

name

a character vector for the name of the animals

water

a numeric vector for the water content in the milk sample

protein

a numeric vector for the amount of protein in the milk sample

fat

a numeric vector for the fat content in the milk sample

lactose

a numeric vector for the amount of lactose in the milk sample

Details

None

Source

Spector, W. S. (1956). Handbook of Biological Data, Saunders, London

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(sample.mammals.milk.1956)

[Package cluster.datasets version 1.0-1 Index]