BostonHousing {RFpredInterval} | R Documentation |
Boston housing data set
Description
Housing data for 506 census tracts of Boston from the 1970 census. The data set contains the original data by Harrison and Rubinfeld (1979).
Usage
BostonHousing
Format
A data frame with three 506 rows observations on 14 variables.
medv
is the target variable. The variables are as follows:
crim
: per capita crime rate by townzn
: proportion of residential land zoned for lots over 25,000 sq.ftindus
: proportion of non-retail business acres per townchas
: Charles River dummy variable (= 1 if tract bounds river; 0 otherwise)nox
: nitric oxides concentration (parts per 10 million)rm
: average number of rooms per dwellingage
: proportion of owner-occupied units built prior to 1940dis
: weighted distances to five Boston employment centresrad
: index of accessibility to radial highwaystax
: full-value property-tax rate per USD 10,000ptratio
: pupil-teacher ratio by townb
: 1000(B - 0.63)^2 where B is the proportion of blacks by townlstat
: percentage of lower status of the populationmedv
: median value of owner-occupied homes in USD 1000's
Examples
## load data
data(BostonHousing, package = "RFpredInterval")