rent {structree} | R Documentation |
Munich Rent Data
Description
The data set is part of the Munich rent index in 2003. It is available from the data archive of the Department of Statistics at the University of Munich (http://www.statistik.lmu.de/service/datenarchiv).
Usage
data(rent)
Format
A data frame containing 2053 observations on 11 variables:
nmqm net rent per square meter (metric)
wfl floor space (metric)
rooms number of rooms (ordinal)
bj year of construction (ordinal)
bez residential area (norminal)
ww0 hot water supply (1: no, 0: yes)
zh0 central heating (1: no, 0: yes)
badkach0 tiled bathroom (1: no, 0: yes)
badextra supplementary equipment in bathroom (1: yes, 0: no)
kueche well equipped kitchen (1: yes, 0: no)
quality quality of residential area (ordinal)
References
Fahrmeir, L. and Kuenstler, R. and Pigeot, I. and Tutz, G. (2004): Statistik: der Weg zur Datenanalyse. 5. Auflage, Springer, Berlin.
Examples
data(rent)
y <- rent$nmqm
X <- rent[,-1]
boxplot(y)
summary(X)