house: house data set

houseR Documentation

house data set

Description

The house dataset contains 6 features and 414 records. The target feature is unit.price and the remaining 5 variables are predictors.

Usage

 data( house ) 

Format

The house dataset, as a data frame, contains 414 rows and 6 columns (variables/features). The 6 variables are:

  • house.age: house age (numeric, in year).

  • distance.to.MRT: distance to the nearest MRT station (numeric).

  • stores.number: number of convenience stores (numeric).

  • latitude: latitude (numeric).

  • longitude: longitude (numeric).

  • unit.price: house price of unit area (numeric).

Details

A detailed description of the dataset can be found:

https://www.kaggle.com/quantbruce/real-estate-price-prediction

See Also

adult, risk, churn, churnTel, bank, advertising, marketing, insurance, cereal, housePrice

Examples

data( house )

str( house )

liver documentation built on Nov. 2, 2023, 5:29 p.m.