R/data-maars.R
boston_housing.Rd
This dataset has 516 observations and 21 variables. It contains information collected by the U.S Census Service concerning housing in the area of Boston Mass. It was obtained from the StatLib archive http://lib.stat.cmu.edu/datasets/boston_corrected.txt, and has been used extensively throughout the literature to benchmark algorithms. Note that the details of this dataset were sourced from https://geodacenter.github.io/data-and-lab/boston-housing/. The data was originally published in see Harrison Jr and Rubinfeld (1978) and subsequently corrected in see Gilley et al. (1996)
boston_housing
A tibble
with 516 rows and 21 variables:
Sequential ID
A factor with levels given by town names
A numeric vector corresponding to TOWN
A numeric vector of tract ID numbers
A numeric vector of tract point longitudes in decimal degrees
A numeric vector of tract point latitudes in decimal degrees
A numeric vector of median values of owner-occupied housing in USD 1000
A numeric vector of corrected median values of owner-occupied housing in USD 1000
A numeric vector of per capita crime
A numeric vector of proportions of residential land zoned for lots over 25000 sq. ft per town (constant for all Boston tracts)
A numeric vector of proportions of non-retail business acres per town (constant for all Boston tracts)
A factor with levels 1 if tract borders Charles River; 0 otherwise
A numeric vector of nitric oxides concentration (parts per 10 million) per town
A numeric vector of average numbers of rooms per dwelling
A numeric vector of proportions of owner-occupied units built prior to 1940
A numeric vector of weighted distances to five Boston employment centers
A numeric vector of an index of accessibility to radial highways per town (constant for all Boston tracts)
A numeric vector full-value property-tax rate per USD 10,000 per town (constant for all Boston tracts)
A numeric vector of pupil-teacher ratios per town (constant for all Boston tracts)
A numeric vector of 1000*(Bk - 0.63)^2 where Bk is the proportion of the black population
A numeric vector of percentage values of lower status population
http://lib.stat.cmu.edu/datasets/boston_corrected.txt
Gilley OW, Pace RK, others (1996).
“On the Harrison and Rubinfeld data.”
Journal of Environmental Economics and Management, 31(3), 403--405.
Harrison Jr D, Rubinfeld DL (1978).
“Hedonic housing prices and the demand for clean air.”
Journal of environmental economics and management, 5(1), 81--102.