acidosis.patients {cluster.datasets} | R Documentation |
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)
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
Details
Hartigan suggests the use of the direct splitting algorithm with this data set.
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
References
Hartigan, J. A. (1975). Clustering Algorithms, John Wiley, New York.
Examples
data(acidosis.patients)
[Package cluster.datasets version 1.0-1 Index]