Learn R Programming

cluster.datasets (version 1.0-1)

olympic.track.1896.1964: Hartigan (1975) Olympic Track 1896 to 1964

Description

Olympic track times, in tenths of a second, were recorded orver the years. This is Table 6.1 in Chapter 6 of Hartigan (1975) on page 131.

Usage

data(olympic.track.1896.1964)

Arguments

Format

A data frame with 16 observations on the following 8 variables.
year
a character vector for the year
t.100m
a numeric vector for the winning time in the 100 m
t.200m
a numeric vector for the winning time in the 200 m
t.400m
a numeric vector for the winning time in the 400 m
t.800m
a numeric vector for the winning time in the 800 m
t.1500m
a numeric vector for the winning time in the 1500 m
t.5000m
a numeric vector for the winning time in the 5000 m
t.10000m
a numeric vector for the winning time in the 10000 m

Source

The World Almanac (1966), New York World-Telegram, New York, SPAETH2 Cluster Analysis Datasets http://people.sc.fsu.edu/~jburkardt/datasets/spaeth2/spaeth2.html

Details

None.

References

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

Examples

Run this code
data(olympic.track.1896.1964)

Run the code above in your browser using DataLab