Learn R Programming

cluster.datasets (version 1.0-1)

ivy.league.football.1965: Hartigan (1975) Ivy League Football 1965

Description

The table contains the scores for the first half of the 1965 season of the Ivy League football games. This is Table 12.1 in Chapter 12 of Hartigan (1975) on page 217.

Usage

data(ivy.league.football.1965)

Arguments

Format

A data frame with 40 observations on the following 4 variables.
home.team
a character vector for the home team code
opponent.team
a character vector for the opponent team code
home.score
a numeric vector for the home team score
opponent.score
a numeric vector for the opponent team score

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

The following teams are represented in the table
Brown
BN
Bucknell
BL
Colgate
CE
Connecticut
CT
Columbia
CA
Dartmouth
DN
Harvard
HD
New Hampshire
NH
Holy Cross
HO
Lafayette
LE
Pennsylvania
PA
Princeton
PN
Rhode Island
RI
Rutgers
RS
Tufts
TS
Hartigan applies a joining algorithm to this data set.

References

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

Examples

Run this code
data(ivy.league.football.1965)

Run the code above in your browser using DataLab