Description Usage Arguments Value Author(s) References See Also Examples
Calculating the relative diversity index (RDI) by Duranton and Puga based on regional industry data (normally employment data)
1 | durpug(e_ij, e_i)
|
e_ij |
a numeric vector with the employment of the industries i in region j |
e_i |
a numeric vector with the all-over employment in the industries i |
A single numeric value of RDI
Thomas Wieland
Duranton, G./Puga, D. (2000): “Diversity and Specialisation in Cities: Why, Where and When Does it Matter?”. In: Urban Studies, 37, 3, p. 533-555.
Farhauer, O./Kroell, A. (2013): “Standorttheorien: Regional- und Stadtoekonomik in Theorie und Praxis”. Wiesbaden : Springer.
gini.spec
, krugman.spec
, hoover
1 2 3 4 5 6 7 | # Example Goettingen:
data(Goettingen)
# Loads the data
durpug (Goettingen$Goettingen2008[2:13], Goettingen$BRD2008[2:13])
# Returns the Duranton-Puga RDI for Goettingen
|
[1] 4.234876
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.