Description Usage Format Source References Examples
Dataset with districts in two German counties (Goettingen and Northeim) and the corresponding healthcare providers (general practitioners, psychotherapists, pharmacies) and population size
1 | data("GoettingenHealth2")
|
A data frame with 420 observations on the following 7 variables.
district
a numeric vector containing the IDs of the district
pop
no. of inhabitants
lat
Latitude
lon
Longitude
phys_gen
no. of general practitioners
psych
no. of psychotherapists
pharm
no. of pharmacies
Wieland T./Dittrich, C. (2016): “Bestands- und Erreichbarkeitsanalyse regionaler Gesundheitseinrichtungen in der Gesundheitsregion Goettingn”. Research report, Georg-August-Universitaet Goeottingen, Geographisches Institut, Abteilung Humangeographie. http://webdoc.sub.gwdg.de/pub/mon/2016/3-wieland.pdf.
Wieland T./Dittrich, C. (2016): “Bestands- und Erreichbarkeitsanalyse regionaler Gesundheitseinrichtungen in der Gesundheitsregion Goettingn”. Research report, Georg-August-Universitaet Goeottingen, Geographisches Institut, Abteilung Humangeographie. http://webdoc.sub.gwdg.de/pub/mon/2016/3-wieland.pdf.
1 2 3 4 5 | data(GoettingenHealth2)
# districts with healthcare providers and population size
williamson((GoettingenHealth2$phys_gen/GoettingenHealth2$pop),
GoettingenHealth2$pop)
|
[1] 1.239988
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.