Freiburg: Employment data in Freiburg and Germany

Description Usage Format Source Examples

Description

Dataset with industry-specific employment in Freiburg and Germany in the years 2008 and 2014

Usage

1
data("Freiburg")

Format

A data frame with 9 observations on the following 8 variables.

industry

a factor with levels for the regarded industry based on the German official economic statistics (WZ2008)

e_Freiburg2008

a numeric vector with industry-specific employment in Freiburg 2008

e_Freiburg2014

a numeric vector with industry-specific employment in Freiburg 2014

e_g_Freiburg_0814

a numeric vector containing the growth of industry-specific employment in Freiburg 2008-2014, percentage

e_Germany2008

a numeric vector with industry-specific employment in Germany 2008

e_Germany2014

a numeric vector with industry-specific employment in Germany 2014

e_g_Germany_0814

a numeric vector containing the growth of industry-specific employment in Germany 2008-2014, percentage

color

a factor containg colors (blue, brown, ...)

Source

Statistische Aemter des Bundes und der Laender: Regionaldatenbank Deutschland, Tab. 254-74-4, own calculations

Examples

1
2
3
4
data(Freiburg)
# Loads the data
growth(Freiburg$e_Freiburg2008, Freiburg$e_Freiburg2014, growth.type = "rate")
# Industry-specific growth rates for Freiburg 2008 to 2014

Example output

[1] -0.067902184  0.076083248  0.133025076  0.065511881  0.003272835
[6]  0.189887640  0.191918380  0.249519763  0.099522162

REAT documentation built on Sept. 5, 2021, 5:18 p.m.