Learn R Programming

SOMbrero (version 1.4-2)

presidentielles2002: 2002 French presidential election data set

Description

This data set provides the number of votes at the first round of the 2002 French presidential election for each of the 16 candidates for 106 administrative districts called "Départements".

Arguments

Format

presidentielles2002 is a data frame of 106 rows (the French administrative districts called "Départements") and 16 columns (the candidates).

References

The 2002 French presidential election consisted of two rounds. The second round attracted a greater than usual amount of international attention because of far-right candidate Le Pen's unexpected victory over Socialist candidate Lionel Jospin. The event is known because, on the one hand, the number of candidates was unusually high (16) and, on the other hand, because the polls had failed to predict that Jean-Marie Le Pen would be on the second round.

Further comments at https://en.wikipedia.org/wiki/2002_French_presidential_election.

Examples

Run this code
data(presidentielles2002)
apply(presidentielles2002, 2, sum)

Run the code above in your browser using DataLab