Party System Nationalization Score is a measure for the uniformity of vote share of a party system over subnational units (provinces for Ecuador). It is computed as the sum of part nationalization scores, weighted by the national share of every party (Jones and Mainwaring, 2003).
$$PSNS = sum(PNSi*pi)$$
where PNSi is the party nationalization score for party ith,
and pi is the national vote share for party ith.
Party system nationalization score is a number from 0 to 1, low value (near 0) means a low level of nationalization, i.e. heterogeneous distribution of vote shares in subnational territorial units.
High score (near 1) indicates a high level of nationalization, i.e. homogeneous distribution of vote shares in subnational territorial units.
A new approach developed by Golosov (2014) 'Party System Nationalization: The Problems of Measurement with an Application to Federal States' (http://ppq.sagepub.com/content/early/2014/09/08/1354068814549342.abstract) is also available.
Input tibble must have 3 columns with fixed names: 'PROVINCE', 'PARTY and 'VOTES'.
See pns
function for further information.
Developed by Jorge Albuja Delgado (albuja@yahoo.com).