lh | R Documentation |
'lh()' calculates the electoral disproportionality between votes and seats as proposed by Loosemore and Hanby (1971).
lh(x, y)
x |
( |
y |
( |
If the input is a proportion the result is between 0 and 1. But if the input is a percentage it is between 0 and 100. In both cases the higher the value, the more disproportional the electoral system is.
Loosemore, J., & Hanby, V. (1971). The Theoretical Limits of Maximum Distortion: Some Analytic Expressions for Electoral Systems. British Journal of Political Science, 1(4), 467-477. doi:10.1017/S000712340000925X
votes <- c(0.2, 0.2, 0.6)
seats <- c(0.18, 0.17, 0.65)
lh(votes, seats)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.