Learn R Programming

cluster.datasets (version 1.0-1)

languages.spoken.europe: Hartigan (1975) Languages Spoken in Europe

Description

The table presents the percentage of the population who claimed to speak a language well enough to be understood. This is Table 15.10 in Chapter 15 of Hartigan (1975) on page 290.

Usage

data(languages.spoken.europe)

Arguments

Format

A data frame with 16 observations on the following 13 variables.
country
a character vector for the country
finnish
a numeric vector for speakers of Finnish
swedish
a numeric vector for speakers of Swedish
danish
a numeric vector for speakers of Danish
norwegian
a numeric vector for speakers of Norwegian
english
a numeric vector for speakers of English
german
a numeric vector for speakers of German
dutch
a numeric vector for speakers of Dutch
flemish
a numeric vector for speakers of Flemish
french
a numeric vector for speakers of French
italian
a numeric vector for speakers of Italian
spanish
a numeric vector for speakers of Spanish
portuguese
a numeric vector for speakers of Portuguese

Source

A Survey of Europe Today, The Readers' Digest Association Ltd, London. SPAETH2 Cluster Analysis Datasets http://people.sc.fsu.edu/~jburkardt/datasets/spaeth2/spaeth2.html

Details

Hartigan suggests the use of direct joining for this data set.

References

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

Examples

Run this code
data(languages.spoken.europe)

Run the code above in your browser using DataLab