FK2014_EGC {REAT} | R Documentation |
Fictional sample data of 42 firms
Description
Dataset with 42 firms from 4 industries in 3 regions (fictional sample data from Farhauer/Kroell 2014)
Usage
data("FK2014_EGC")
Format
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
Source
Farhauer, O./Kroell, A. (2014): “Standorttheorien: Regional- und Stadtoekonomik in Theorie und Praxis”. Wiesbaden : Springer.
References
Farhauer, O./Kroell, A. (2014): “Standorttheorien: Regional- und Stadtoekonomik in Theorie und Praxis”. Wiesbaden : Springer.
Examples
# Example from Farhauer/Kroell (2014):
data(FK2014_EGC)
ellison.c(FK2014_EGC$emp_firm, FK2014_EGC$industry,
FK2014_EGC$region, FK2014_EGC$emp_region)
[Package REAT version 3.0.3 Index]