CSES Polarization Index
Polarization: ideological elite mass
Data: cses
Use Cases: @dalton_quantity_2008 @dalton_modeling_2021 @borbath_cleavage_2023 @curini_missing_2012 @amitai_activists_2023 @matakos_electoral_2016 @dalton_ideological_2022 @rossteutscher_partysystem_2024 @lecorrejuratic_dimensions_2024 @vanelsas_conflict_2023
Description
Dalton (2008) proposes the Polarization Index, which measures ideological polarization among parties based on CSES respondents’ placement of parties on a left-right scale. It is the most widely used measure of ideological polarization and can also be used to measure ideological polarization at the mass level (see Reiljan (2020)).
Operationalization
The Polarization Index can be calculated as follows. First, the party positions are calculated as an average of the left-right scores assigned to parties by respondents, and then the polarization index is calculated using the following formula:
$$PI_k = \sqrt{ \sum_{j=1} V_{jk} (\frac{P_{jk}-\bar{P_k}}{5})^2 }$$ where $P_{jk}$ is the left-right position of party $j$ in a country-year sample $k$ and $\bar{P_k}$ is the average position of all parties considered. $V_{jk}$ is the vote share of party $P_{jk}$.
polaR
# Import Data
cses_imd <- polaR_import(source = "cses_imd",
path = "path/to/dataset.dta")
# Compute Measure
cses_imd <- cpi(cses_imd)
Visualization
Use cases
Publications that use this measure:
Title | Authors |
---|---|
The Activists Who Divide Us |
|
Cleavage politics, polarisation and participation in Western Europe |
|
Missing Links in Party-System Polarisation |
|
The Quantity and the Quality of Party Systems |
|
Modeling ideological polarisation in democratic party systems |
|
Ideological Polarization and Far-Right Parties in Europe |
|
The Mobilizing Effect of Party System Polarization. Evidence From Europe |
|
Dimensions of polarization, realignment and electoral participation in Europe. |
|
Electoral Rule Disproportionality and Platform Polarisation |
|
Party-System Polarization and Individual Perceptions of Party Differences |
|
Conflict or choice? |
|