Learn R Programming

lpanda (version 0.2.1)

Dasnice_SO_cz: Municipal Election Data: Dasnice (SO, CZ)

Description

A dataset containing individual-level candidacy records from municipal elections in the municipality of Dasnice (district Sokolov, Czech Republic).

Usage

Dasnice_SO_cz

Arguments

Format

An object of class data.frame with 81 rows and 14 columns.

Description of variables

VariableDescription
electionsElection identifiers (numeric)
candidateCandidate's full name (character)
list_nameName of the candidate list (character)
list_posCandidate's position on the list (numeric)
pref_votesNumber of preferential votes (numeric)
electedLogical; TRUE if candidate was elected
nom_partyNominating party (character)
pol_affilPolitical affiliation (character)
mayorTRUE if elected mayor
dep_mayorTRUE if elected deputy mayor
boardTRUE if member of the executive board
gov_supportTRUE if supported the local government
elig_votersNumber of eligible voters (numeric)
ballots_castNumber of ballots cast (numeric)

Each record describes one candidate's run for office, including their candidate list affiliation, position on the list, nominating party, political affiliation, number of preferential votes, and whether they were elected or held specific positions (mayor, deputy mayor, member of the executive body).

The dataset also includes contextual election-level information, such as the number of eligible voters and ballots cast, which can be used to calculate voter turnout and related indicators. These variables appear only once per election and constituency (they may be stored in a single candidate row for that election/constituency)

Details

Dataset overview:
Municipality:Dasnice
District:Sokolov
Country:Czech Republic
Number of elections:10
Elections covered:1994, 1998, 2002, 2006, 2010, 2014, 2015.09, 2016.04, 2018, 2022
Number of candidacies (rows):81
Note:Municipality website

References

  • Krpalkova, S. (2024). Permanentni opakovani komunalnich voleb: zablokovane obce? (Permanent repetition of municipal election: blocked municipalities?). Dissertation thesis. Charles University. [Full text]

Examples

Run this code
# Basic inspection
str(Dasnice_SO_cz)

# Example of a basic continuity diagram (unformatted version)
plot_continuity(Dasnice_SO_cz, elections = "2010-")

Run the code above in your browser using DataLab