Cox_Shugart_correg: Cox_Shugart disproportionality index corrected ( CS_correg )

Description Usage Arguments Value Examples

View source: R/Electoral_index.R

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

1
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

1
Cox_Shugart_correg(c(3947,3189,1971,466,345,82),c(184,99,44,10,0,0))

Relectoral documentation built on July 2, 2020, 2:31 a.m.