Boston_df | R Documentation |
This dataset contains information on housing values and various factors influencing those values in 506 suburbs of Boston. It provides detailed insights into the factors such as crime rates, proximity to highways, and the quality of the local environment that may affect housing prices.
data(Boston_df)
A data frame with 506 observations and 14 variables:
Per capita crime rate by town (numeric).
Proportion of residential land zoned for lots over 25,000 sq.ft. (numeric).
Proportion of non-retail business acres per town (numeric).
Charles River dummy variable (= 1 if tract bounds river; 0 otherwise) (integer).
Nitrogen oxides concentration (parts per 10 million) (numeric).
Average number of rooms per dwelling (numeric).
Proportion of owner-occupied units built prior to 1940 (numeric).
Weighted mean of distances to five Boston employment centres (numeric).
Index of accessibility to radial highways (integer).
Full-value property-tax rate per $10,000 (numeric).
Pupil-teacher ratio by town (numeric).
1000(Bk - 0.63)^2 where Bk is the proportion of Black population by town (numeric).
Lower status of the population (percent) (numeric).
Median value of owner-occupied homes in $1000s (numeric).
The dataset name has been changed to 'Boston_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the crimedatasets package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a traditional data frame in R. The original content has not been modified in any way.
This dataset was obtained from the Boston dataset, which is part of the MASS package, with slight modifications.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.