| 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.fluida numeric vector
ph.blooda numeric vector
hco3.cerebrospinal.fluida numeric vector
hco3.blooda numeric vector
co2.cerebrospinal.fluida numeric vector
co2.blooda 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]