Description Usage Arguments Details Value Author(s) References See Also Examples
Calculating the excess colocation (XCL) index by Howard, Newman and Tarp for two industries
1 | howard.xcl(k, industry, region, industry1, industry2, no.samples = 50, e_k = NULL)
|
k |
a vector containing the IDs/names of firms k |
industry |
a vector containing the IDs/names of the industries i |
region |
a vector containing the IDs/names of the regions j |
industry1 |
Regarded industry 1 (out of the |
industry2 |
Regarded industry 2 (out of the |
no.samples |
Number of samples for the counterfactual firm allocation via bootstrapping |
e_k |
Employment of firm k |
The Howard-Newman-Tarp excess colocation index (XCL) is standardized (-1 ≤ CL ≤ 1). The rationale behind is that the CL index (see howard.cl
) is compared to a counterfactual (random) location pattern which is constructed via bootstrapping. Processing time depends on the number of firms and the number of samples.
A single value of XCL
Thomas Wieland
Howard, E./Newman, C./Tarp, F. (2016): “Measuring industry coagglomeration and identifying the driving forces”. In: Journal of Economic Geography, 16, 5, p. 1055-1078.
howard.cl
, howard.xcl2
, ellison.c
, ellison.c2
1 2 3 4 5 6 7 | # example from Howard et al. (2016):
firms <- 1:6
industries <- c("A", "B", "A", "B", "A", "B")
locations <- c("X", "X", "X", "Y", "Y", "X")
howard.xcl(firms, industries, locations, industry1 = "A",
industry2 = "B")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.