Weighted Variance
Polarization: ideological elite
Data: cses wvs marpor
Use Cases: @sigelman_leftright_1978 @hazan_centre_1997 @bejar_elite_2020 @birch_political_2020 @lupu_party_2015 @taylor_party_1971 @dassonneville_party_2021 @hübscher_does_2023
Description
The weighted variance of party ideology scores was the first measure used to measure ideological polarization. It was first used by Taylor and Herman (1971) and is still very popular. The variance formula includes weights to account for the different sizes of the parties, which some operationalize as seat shares (e.g., Taylor and Herman 1971, Hazan 1997), while others use vote shares (e.g., Béjar et al. 2020, Sigelman and Yough 1978). The measure has been applied to a variety of data sources, including the CSES, WVS, and MARPOR.
Operationalization
The formula for the weighted variance is as follows:
$$V= \sum_{i=n}^N f_i (x_i - \bar{x})^2$$
where $N$ is the number of parties, $f_i$ is the vote or seat share of party $i$, $x_i$ is the ideological position of party $i$, and $\bar{x}$ is the weighted average of the positions of all parties. If survey data are used, $x_i$ is determined as the average of all respondents’ rankings of party $f$.
polaR
# Import Data
cses_imd <- polaR_import(source = "cses_imd", path = "path/to/dataset.dta")
# Where different issue dimensions are available, 'issue' can be issued to specify the one to use
variance_data <- variance(cses5,
issue = "leftright")
Visualization
Use cases
Publications that use this measure:
Title | Authors |
---|---|
Elite polarisation and voting turnout in Latin America | Béjar et al. (2020) |
Political polarisation and environmental attitudes | Birch (2020) |
Party System Polarisation and Electoral Behavior | Dassonneville and Çakır (2021) |
Centre Parties | Hazan (1997) |
Does Austerity Cause Polarization? | Hübscher et al. (2023) |
Party Polarisation and Mass Partisanship | Lupu (2015) |
Left-Right Polarisation In National Party Systems | Sigelman and Yough (1978) |
Party Systems and Government Stability | Taylor and Herman (1971) |