Learn R Programming

stgam (version 1.0.2)

hp_data: London House Price dataset (Terraced, 2018-2024)

Description

A dataset of a sample terraced houses sales in the London area for 2018 to 2024.

Usage

hp_data

Arguments

Format

A tibble with 1888 rows and 13 columns.

price

The house price in £1000s

priceper

The house price per square metre in £s

tfa

Total floor area

dot

Date of transfer (sale))

yot

Year of transfer (sale)

beds

Number of bedrooms

type

House type - here all T (terraced)

cef

Current energy efficiency rating (values from 0-100)

pef

Potential energy efficiency rating (values from 0-100)

ageb

The age band of the house constructtion

lad

The local authority district code of the property location

X

Easting in metres derived from the geometric centroid (in OSGB projecttion - EPSG 27700) of the postcode of the sale

Y

Northing in metres derived from the geometric centroid (in OSGB projecttion - EPSG 27700) of the postcode of the sale

Examples

Run this code
data("hp_data")

Run the code above in your browser using DataLab