Learn R Programming

cluster.datasets (version 1.0-1)

acidosis.patients: Hartigan (1975) Acidosis Patients

Description

The table contains measures of various compounds in cebrospinal fluid and blook for acidosis patients. This is Table 14.11 in Chapter 14 of Hartigan (1975) on page 265.

Usage

data(acidosis.patients)

Arguments

Format

A data frame with 40 observations on the following 6 variables.
ph.cerebrospinal.fluid
a numeric vector
ph.blood
a numeric vector
hco3.cerebrospinal.fluid
a numeric vector
hco3.blood
a numeric vector
co2.cerebrospinal.fluid
a numeric vector
co2.blood
a numeric vector

Source

Hartigan, J. A. (1975). Clustering Algorithms, John Wiley, New York. SPAETH2 Cluster Analysis Datasets http://people.sc.fsu.edu/~jburkardt/datasets/spaeth2/spaeth2.html

Details

Hartigan suggests the use of the direct splitting algorithm with this data set.

References

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

Examples

Run this code
data(acidosis.patients)

Run the code above in your browser using DataLab