ivy.league.football.1965 {cluster.datasets}R Documentation

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)

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

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
Yale YE

Hartigan applies a joining algorithm to 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(ivy.league.football.1965)

[Package cluster.datasets version 1.0-1 Index]