Learn R Programming

REAT (version 1.3.1)

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.
statdist
a factor with 69 levels containing the codes of the statistical districts (010, 011, ..., 180)
stores_count
a numeric vector containing the number of grocery stores in the regarded district
salesarea_sqm
a numeric vector containing the sales area (in sqm) of the grocery stores in the regarded district
stores_p1000p
a numeric vector containing the density of grocery stores in the regarded district (stores per 1.000 inhabitants)
salesarea_p1000p
a numeric vector containing the density of grocery sales area in the regarded district (sales area in sqm per 1.000 inhabitants)

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