Cox_Shugart_correg {Relectoral} | R Documentation |
Cox_Shugart disproportionality index corrected ( CS_correg )
Description
This index tries to rectify the defect in the Cox_Shugart index, since the latter is very sensitive to the presence of small political parties. To correct this deficiency, this indicator is calculated by not taking into account parties that do not obtain parliamentary representation. In fact, when its value is calculated the only thing that is done is to eliminate the votes for parties that do not have obtained any seats and those results are passed to the "Cox_Shugart()" function.
Usage
Cox_Shugart_correg(votes, seats)
Arguments
votes |
It is a vector of integers, containing the votes of all the candidates. |
seats |
It is a vector of integers, containing the seats obtained by each of the candidates. |
Value
Returns the value obtained for the index
Examples
Cox_Shugart_correg(c(3947,3189,1971,466,345,82),c(184,99,44,10,0,0))
[Package Relectoral version 0.1.0 Index]