house | R Documentation |
A dataset containing the prices and other attributes of 25,357 houses in
Lucas County, Ohio. The selling dates span years 1993 to 1998. Data taken
from house
(spData
package) and slightly modified to a data.frame
.
house
A data frame with 25357 rows and 25 variables:
(integer
) selling price, in US dollars
(integer
) year the house was built
(factor
) levels are "one", "bilevel",
"multilvl", "one+half", "two", "two+half", "three"
(integer
) total living area, in square feet.
(factor
) levels are "stucdrvt", "ccbtile",
"metlvnyl", "brick", "stone", "wood", "partbrk"
(integer
) number of corresponding
rooms / facilities.
dimensions of the lot. Unit is feet.
(factor
) levels are "no garage", "basement",
"attached", "detached", "carport"
(integer
) garage area, in square feet. If
garage == "no garage"
, then garagesqft == 0
.
(integer
) number of rooms
(integer
) area of lot, in square feet
(Date
) selling date, in format yyyy-mm-dd
(int
) appraised value
(int
) dummies for
selling year.
(factor
) levels are selling years "1993", "1994",
"1995", "1996", "1997", "1998"
(numeric
) location of houses. Longitude and
Latitude are given in CRS(+init=epsg:2834)
, the Ohio North State
Plane. Units are meters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.