boston {GeoXp} | R Documentation |
Corrected Boston Housing Data
Description
The boston 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 MEDEV is censored, in that median values at or over
USD 50,000 are set to USD 50,000.
Usage
data(boston)
Format
A data frame with 506 observations on the following 22 variables.
x
- a vector $x$ of size $n$
y
- a vector $y$ of size $n$
TOWN
- a factor with levels given by town names
TOWNNO
- a numeric vector corresponding to town
TRACT
- a numeric vector of tract ID numbers
LON
- a numeric vector of tract point longitudes in decimal degrees
LAT
- a numeric vector of tract point latitudes in decimal degrees
MEDV
- a numeric vector of median values of owner-occupied housing in USD 1000
CMEDV
- a numeric vector corrected median values of owner-occupied housing in USD 1000
CRIM
- a numeric vector of per capita crime
ZN
- a numeric vector of proportions of residential land zoned for lots over 25000 sq. ft per town (constant for all Boston tracts)
INDUS
- a numeric vector of proportions of non-retail business acres per town (constant for all Boston tracts)
CHAS
- a factor with levels 1 if tract borders Charles River; 0 otherwise
NOX
- a numeric vector of nitric oxides concentration (parts per 10 million) per town
RM
- a numeric vector of average numbers of rooms per dwelling
AGE
- a numeric vector of proportions of owner-occupied units built prior to 1940
DIS
- a numeric vector of weighted distances to five Boston employment centres
RAD
- a numeric vector of an index of accessibility to radial highways per town (constant for all Boston tracts)
TAX
- a numeric vector full-value proprty-tax rate per USD 10,000 per town (constant for all Boston tracts)
PTRATIO
- a numeric vector of pupil-teacher ratios per town (constant for all Boston tracts)
B
- a numeric vector of $1000*(Bk - 0.63)^2$ where Bk is the proportion of blacks
LSTAT
- a numeric vector of percentage values of lower status population
Details
This data provides from spdep package.
References
Bivand R. (2006), `The spdep package', http://cran.r-project.org/doc/packages/spdep.pdf
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.
Examples
data(boston)
[Package
GeoXp version 1.0
Index]