scoreE {polrep} | R Documentation |
Calculates the (potential) representation score E.
scoreE(Z,R)
Z |
Population vector |
R |
Vector for the representatives |
The representation score is calculated as: sum((Z-R)/Z).
Representation score
Didier Ruedin