powered by
Dataset with industry-specific employment in Freiburg and Germany in the years 2008 and 2014
data("Freiburg")
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, ...)
blue
brown
# NOT RUN { data(Freiburg) # Loads the data growth(Freiburg$e_Freiburg2008, Freiburg$e_Freiburg2014, growth.type = "rate") # Industry-specific growth rates for Freiburg 2008 to 2014 # }
Run the code above in your browser using DataLab