GermanDemographics {GmooG} | R Documentation |
Demographic and cconomic data for the 299 German parliamentary constituencies in 2021
data(GermanDemographics)
A data frame with 299 observations on the following 17 variables
WkrNr
Constituency (Wahlkreis) number
WkrName
Constituency name
Communities
Number of communities
Area
Area in square kms
Population
Population
Germans
Number of Germans in the population
Foreigners
Percentage of foreigners in the population
PopDensity
Population density, numbers per square km
Under18
Percentage population under 18
Age1824
Percentage population between 18 and 24
Age2534
Percentage population between 25 and 34
Age3559
Percentage population between 35 and 59
Age6074
Percentage population between 60 and 74
Age75up
Percentage population 75 and older
CarsPerP
Cars per 1000 people
Hochschulreife
Percentage qualified for university
Unemployed
Unemployment rate
This dataset and the datasets GermanElection21 and GermanExtraSeats are all used in Chapter 26, "German Election 2021–what happened?"
https://www.bundeswahlleiterin.de Derived from btw21_strukturdaten.csv
data(GermanDemographics, package="GmooG")
with(GermanDemographics, summary(Under18))