View source: R/nationalization.R
nationalization | R Documentation |
'nationalization()' calculates the Party Nationalization Index as proposed by Jones e Mainwaring (2003).
nationalization(x)
x |
( |
The result of the index is a value between 0 and 1. A high score indicates a high level of nationalization
Jones, M. P., & Mainwaring, S. (2003). The Nationalization of Parties and Party Systems: An Empirical Measure and an Application to the Americas. Party Politics, 9(2), 139–166. https://doi.org/10.1177/13540688030092002
x <- runif(27, 0.03, 0.2)
nationalization(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.