Learn R Programming

catdata (version 1.2.4)

rent: Rent in Munich

Description

The rent data contains the rent index for Munich in 2003.

Usage

data(rent)

Arguments

Format

A data frame with 2053 observations on the following 13 variables.

rent

clear rent in euros

rentm

clear rent per square meter in euros

size

living space in square meter

rooms

number of rooms

year

year of construction

area

municipality

good

good adress, yes = 1, no =0

best

best adress, yes = 1, no = 0

warm

warm water, yes = 0, no = 1

central

central heating, yes = 0, no = 1

tiles

bathroom with tiles, yes = 0, no = 1

bathextra

special furniture in bathroom, yes = 1, no = 0

kitchen

upmarket kitchen, yes = 1, no = 0

References

Fahrmeir, L., Künstler, R., Pigeot, I., Tutz, G. (2004) Statistik: der Weg zur Datenanalyse. 5. Auflage, Berlin: Springer-Verlag.

Examples

Run this code
##example of analysis:
data(rent)
summary(rent)

Run the code above in your browser using DataLab