Description Usage Format Source References Examples
Dataset with 42 firms from 4 industries in 3 regions (fictional sample data from Farhauer/Kroell 2014)
1 | data("FK2014_EGC")
|
A data frame with 42 observations on the following 5 variables.
region
unique ID of the region
industry
name of the industry (German language)
firm
firm ID
emp_firm
each firm's no. of employees
emp_region
total employment of the region
Farhauer, O./Kroell, A. (2014): “Standorttheorien: Regional- und Stadtoekonomik in Theorie und Praxis”. Wiesbaden : Springer.
Farhauer, O./Kroell, A. (2014): “Standorttheorien: Regional- und Stadtoekonomik in Theorie und Praxis”. Wiesbaden : Springer.
1 2 3 4 5 | # Example from Farhauer/Kroell (2014):
data(FK2014_EGC)
ellison.c(FK2014_EGC$emp_firm, FK2014_EGC$industry,
FK2014_EGC$region, FK2014_EGC$emp_region)
|
[1] 12.0729
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.