Houses1987 {mffSM} | R Documentation |
Data on 546 houses on market in 1987 in a Windsor region (Ontario, Canada).
data(Houses1987)
A data.frame
with 546 rows and the following variables.
price of the house (Canadian dollars – CAD).
size of the ground (squared meters).
number of bedrooms (1 – 6).
number of bathrooms (1 – 4).
number of floors (1 – 4).
number of garages (0 – 3).
is there an airconditioning in the house? 0 = No, 1 = Yes.
is gas used to heat the water? 0 = No, 1 = Yes.
factor with levels <=2, 3, 4,
>=5 derived from a variable bed
.
factor with levels 1, 2,
>=3 derived from a variable bath
.
factor with levels 1, 2,
>=3 derived from a variable floor
.
factor with levels 0, 1,
>=2 derived from a variable garage
.
factor with levels No, Yes derived from
a variable airco
.
factor with levels No, Yes derived from
a variable gas
.
I do not remember any more... For teaching purposes used in 2007 for the first time.
data(Houses1987) summary(Houses1987)