
Last chance! 50% off unlimited learning
Sale ends in
Calculating the Coagglomeration Index by Ellison and Glaeser for one set of
ellison.c(e_ik, industry, region, e_j = NULL, c.industries = NULL)
a numeric vector containing the no. of employees of firm
a vector containing the IDs/names of the industries
a vector containing the IDs/names of the regions
a numeric vector containing the total employment of the regions
optional: a vector containing the regarded
A single value of
The Ellison-Glaeser Coagglomeration Index is not standardized. A value of
Ellison G./Glaeser, E. (1997): “Geographic concentration in u.s. manufacturing industries: A dartboard approach”. In: Journal of Political Economy, 105, 5, p. 889-927.
Farhauer, O./Kroell, A. (2014): “Standorttheorien: Regional- und Stadtoekonomik in Theorie und Praxis”. Wiesbaden : Springer.
Nakamura R./Morrison Paul, C. (2009): “Measuring agglomeration”. In: Capello, R./Nijkamp, P. (eds): Handbook of Regional Growth and Development Theories, p. 305-328.
ellison.a
, ellison.a2
, ellison.c2
, gini.conc
, gini.spec
, locq
, locq2
, howard.cl
, howard.xcl
, howard.xcl2
, litzenberger
, litzenberger2
# NOT RUN {
# Example from Farhauer/Kroell (2014):
data(FK2014_EGC)
ellison.c(FK2014_EGC$emp_firm, FK2014_EGC$industry,
FK2014_EGC$region, FK2014_EGC$emp_region)
# }
Run the code above in your browser using DataLab