| dataBoston {spatBMS} | R Documentation |
The boston.c data frame has 506 rows and 20 columns. It contains the Harrison and Rubinfeld (1978) data corrected for a few minor errors and augmented with the
latitude and longitude of the observations. Gilley and Pace also point out that MEDV is censored, in that median values at or over USD 50,000 are set to USD 50,000.
The original data set without the corrections is also included in package mlbench as BostonHousing. In addition the following objects are included:
a matrix of tract point coordinates projected to UTM zone 19 (included as boston.utm), and a sphere of influence neighbours list (boston.soi) and the one
using corrected values in the package spdep.
The data frame dataBoston contains the variables CMEDV, DIS, RAD
and LSTAT already in logarithms. On top of that squares of the regressors RM (RM#RM) and NOX (NOX#NOX)
are provided to model potential non-linearities in the data. Furthermore, WL.boston is a
list object containing extracted eigenvectors corresponding to five different spatial weight matrices (WL.boston: the boston.soi
matrix, two random perturbations of the boston.soi matrix and a knn-4 and knn-6 matrix.).
The original matrices are contained in the list object weightM.boston
data(dataBoston)
A data frame with 506 observations on the following variables.
TOWNTOWNNOTOWNTRACTLONLATMEDVCMEDVCRIMZNINDUSCHASNOXRMAGEDISRADTAXPTRATIOBLSTAThttp://lib.stat.cmu.edu/datasets/boston_corrected.txt
Harrison, David, and Daniel L. Rubinfeld, Hedonic Housing Prices and the Demand for Clean Air, Journal of Environmental Economics and Management, Volume 5, (1978), 81-102. Original data.
Gilley, O.W., and R. Kelley Pace, On the Harrison and Rubinfeld Data, Journal of Environmental Economics and Management, 31 (1996), 403-405. Provided corrections and examined censoring.
Pace, R. Kelley, and O.W. Gilley, Using the Spatial Configuration of the Data to Improve Estimation, Journal of the Real Estate Finance and Economics, 14 (1997), 333-340.
data(dataBoston)