Houses1987 {mffSM}R Documentation

1987 Windsor (Ontario, Canada) houses prices

Description

Data on 546 houses on market in 1987 in a Windsor region (Ontario, Canada).

Usage

data(Houses1987)

Format

A data.frame with 546 rows and the following variables.

price

price of the house (Canadian dollars – CAD).

ground

size of the ground (squared meters).

bed

number of bedrooms (1 – 6).

bath

number of bathrooms (1 – 4).

floor

number of floors (1 – 4).

garage

number of garages (0 – 3).

airco

is there an airconditioning in the house? 0 = No, 1 = Yes.

gas

is gas used to heat the water? 0 = No, 1 = Yes.

fbed

factor with levels <=2, 3, 4, >=5 derived from a variable bed.

fbath

factor with levels 1, 2, >=3 derived from a variable bath.

ffloor

factor with levels 1, 2, >=3 derived from a variable floor.

fgarage

factor with levels 0, 1, >=2 derived from a variable garage.

fairco

factor with levels No, Yes derived from a variable airco.

fgas

factor with levels No, Yes derived from a variable gas.

Source

I do not remember any more... For teaching purposes used in 2007 for the first time.

Examples

data(Houses1987)
summary(Houses1987)

[Package mffSM version 1.2 Index]