home_sales {api2lm} | R Documentation |
Home sale prices in King County, WA
Description
The home_sales
data set is a data frame consisting of
216 rows and 8 columns. The data are a subset of home
sales in King County, WA made between 2014-05-02 to
2015-05-27. The variables in the data set are:
-
price
: sale price (in log10 US dollars). -
bedrooms
: number of bedrooms. -
bathrooms
: number of bathrooms. -
sqft_living
: size of living space in square feet. -
sqft_lot
: lot size in square feet. -
floors
: number of floors in home. -
waterfront
: afactor
variable with levelsno
and 'yes' that indicate whether the home has a waterfront view. -
condition
: afactor
variable indicating the condition of the house with levels ranging frompoor
tovery good
.
Value
A data.frame
.
Source
The Center for Spatial Data Science, University of Chicago. https://geodacenter.github.io/data-and-lab//KingCounty-HouseSales2015/
These data were created by selectively choosing a subset
of observations from the home_prices
data set in the
**KingCountyHomes** package.
Examples
data(home_sales)
summary(home_sales)