StLague {polrep} | R Documentation |
Calculates Sainte-Lague.
StLague(Z,R)
Z |
Population vector |
R |
Vector for the representatives |
The representation score is calculated as the Sainte-Lague method: sum((Z-R)^2/R).
Representation score
Didier Ruedin