Learn R Programming

cluster.datasets (version 1.0-1)

new.haven.school.scores: Hartigan (1975) Achievement Test Schores, New Haven Schools

Description

The measurements are in years and months of national averages. There are ten months in the school year. At the beginning of fourth grades, the national average score is 4.0. This is Table 5.1 in Chapter 5 of Hartigan (1975) on page 118.

Usage

data(new.haven.school.scores)

Arguments

Format

A data frame with 25 observations on the following 5 variables.
school
a character vector for the name of the school
reading.4
a numeric vector for the reading scores for fourth grade
arithmetic.4
a numeric vector for the arithmetic scores for fourth grade
reading.6
a numeric vector for for the reading scores for sixth grade
arithmetic.6
a numeric vector for the arithmetic scores for sixth grade

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

None.

References

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

Examples

Run this code
data(new.haven.school.scores)

Run the code above in your browser using DataLab