LondonHP | R Documentation |
A house price data set with 18 hedonic variables for London in 2001.
data(LondonHP)
A SpatialPointsDataFrame object (proj4string set to "+init=epsg:27700 +datum=OSGB36").
The "data" slot is a data frame with 372 observations on the following 21 variables.
a numeric vector, X coordinate
a numeric vector, Y coordinate
a numeric vector, the purchase price of the property
a numeric vector, floor area of the property in square metres
a numeric vector, 1 if the property is detached (i.e. it is a stand-alone house), 0 otherwise
a numeric vector, 1 if the property is semi detached, 0 otherwise
a numeric vector, 1 if the property is in a terrace of similar houses (commonly referred to as a 'row house' in the USA), 0 otherwise
a numeric vector, if the property is a bungalow (i.e. it has only one floor), 0 otherwise
a numeric vector, if the property is a flat (or 'apartment' in the USA), 0 otherwise
a numeric vector, 1 if the property was built prior to 1914, 0 otherwise
a numeric vector, 1 if the property was built between 1940 and 1959, 0 otherwise
a numeric vector, 1 if the property was built between 1960 and 1969, 0 otherwise
a numeric vector, 1 if the property was built between 1970 and 1979, 0 otherwise
a numeric vector, 1 if the property was built between 1980 and 1989, 0 otherwise
a numeric vector, 1 if the property was built between 1990 and 2000, 0 otherwise
a numeric vector, 1 if the property has more than 2 bathrooms, 0 otherwise
a numeric vector,1 if the house has a garage, 0 otherwise
a numeric vector, 1 if the house has central heating, 0 otherwise
a numeric vector, 1 if the property has more than 2 bedrooms, 0 otherwise
a numeric vector, the rate of unemployment in the census ward in which the house is located
a numeric vector, the proportion of the workforce in professional or managerial occupations in the census ward in which the house is located
Binbin Lu binbinlu@whu.edu.cn
Fotheringham, A.S., Brunsdon, C., and Charlton, M.E. (2002), Geographically Weighted Regression: The Analysis of Spatially Varying Relationships, Chichester: Wiley.
Lu, B, Charlton, M, Harris, P, Fotheringham, AS (2014) Geographically weighted regression with a non-Euclidean distance metric: a case study using hedonic house price data. International Journal of Geographical Information Science 28(4): 660-681
data(LondonHP)
data(LondonBorough)
ls()
plot(londonborough)
plot(londonhp, add=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.