Learn R Programming

SOMbrero (version 1.2-4)

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 "Departements".

Usage

data(presidentielles2002)

Arguments

Format

presidentielles2002 is a data frame of 106 rows (the French administrative districts called "Departements") 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 would be on the second round.

Further comments at http://en.wikipedia.org/wiki/French_presidential_election,_2002 or at https://bit.ly/2pQ6Igi (in French).

Examples

Run this code
# NOT RUN {
data(presidentielles2002)
apply(presidentielles2002,2,sum)
# }

Run the code above in your browser using DataLab