powered by
Calculating the relative diversity index (RDI) by Duranton and Puga based on regional industry data (normally employment data)
durpug(e_ij, e_i)
a numeric vector with the employment of the industries \(i\) in region \(j\)
a numeric vector with the all-over employment in the industries \(i\)
A single numeric value of \(RDI\)
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
gini.spec
krugman.spec
hoover
# NOT RUN { # Example Goettingen: data(Goettingen) # Loads the data durpug (Goettingen$Goettingen2008[2:13], Goettingen$BRD2008[2:13]) # Returns the Duranton-Puga RDI for Goettingen # }
Run the code above in your browser using DataLab