housing_data {MSMU} | R Documentation |
Housing data
Description
Data on houses that were recently sold in the Duke Forest neighborhood of Durham, NC in November 2020.
Usage
housing_data
Format
A data frame with 98 rows and 6 columns:
- price
Home price (numeric)
- bed
Number of bedrooms (integer)
- bath
Number of bathrooms (numeric)
- area
Square footage (integer)
- year_built
Date house was built (integer)
- lot
lot size (numeric)
Source
Adapted from the duke_forest dataset in the openintro library with alterations made for educational purposes.
[Package MSMU version 0.1.2 Index]