property_prices | R Documentation |
Ruppert and Wand (2018) give a data set called SydneyRealEstate. This dataset has data on several variables concerning houses sold in Sydney, Australia, during 2001. The original dataset has 37676 rows with 39 columns. This was subset so the property_prices dataset has only 500 rows with 13 columns and was converted to data.table format.
data(property_prices)
this dataset has 500 rows and the following 13 columns:
sale price in Australian dollars.
lot size in square meters but with some imputation.
pfinancial quarter in which sale took place.
crime rate measure for the suburb in which the house is located.
average weekly income of the suburb in which the house is located.
distance from house to the nearest coastline location (kilometers).
distance from house to the nearest railway station (kilometers).
distance from house to the nearest highway (kilometers).
aircraft noise exposure measure.
proportion of foreigners in the suburb in which the house is located.
particulate matter with a diameter of under 10 micrometers leve recorded at the air pollution monitoring station nearest to the house.
distance from house to the nearest hospital (kilometers).
distance from house to the nearest school (kilometers).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.