Learn R Programming

REAT (version 1.2.1)

Goettingen: Grocery store supply in Goettingen

Description

Grocery stores and their sales areas in Goettingen (Germany) on the level of 69 statistical districts

Usage

data("Goettingen")

Arguments

Format

A data frame with 69 observations on the following 5 variables.

Source

Wieland, T. (2011): “Nahversorgung mit Lebensmitteln in Goettingen 2011 - Eine Analyse der Angebotssituation im Goettinger Lebensmitteleinzelhandel unter besonderer Beruecksichtigung der Versorgungsqualitaet”. Goettinger Statistik Aktuell, 35. Goettingen. http://www.goesis.goettingen.de/pdf/Aktuell35.pdf.

Details

The grocery store dataset contains all grocery stores (supermarkets and discounters) in Goettingen (Germany) as of march 2011.

Examples

Run this code
data(Goettingen)
# Loads the data
cv(Goettingen$stores_p1000p)
# cv of stores per 1.000 inhabitants
cv(Goettingen$salesarea_p1000p)
# cv of sales area per 1.000 inhabitants
cv(Goettingen$salesarea_p1000p, coefnorm = TRUE)
# standardized cv of sales area per 1.000 inhabitants

Run the code above in your browser using DataLab