house {varycoef} | R Documentation |
Lucas County House Price Data
Description
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
.
Usage
house
Format
A data frame with 25357 rows and 25 variables:
- price
(
integer
) selling price, in US dollars- yrbuilt
(
integer
) year the house was built- stories
(
factor
) levels are"one", "bilevel", "multilvl", "one+half", "two", "two+half", "three"
- TLA
(
integer
) total living area, in square feet.- wall
(
factor
) levels are"stucdrvt", "ccbtile", "metlvnyl", "brick", "stone", "wood", "partbrk"
- beds, baths, halfbaths
(
integer
) number of corresponding rooms / facilities.- frontage, depth
dimensions of the lot. Unit is feet.
- garage
(
factor
) levels are"no garage", "basement", "attached", "detached", "carport"
- garagesqft
(
integer
) garage area, in square feet. Ifgarage == "no garage"
, thengaragesqft == 0
.- rooms
(
integer
) number of rooms- lotsize
(
integer
) area of lot, in square feet- sdate
(
Date
) selling date, in formatyyyy-mm-dd
- avalue
(
int
) appraised value- s1993, s1994, s1995, s1996, s1997, s1998
(
int
) dummies for selling year.- syear
(
factor
) levels are selling years"1993", "1994", "1995", "1996", "1997", "1998"
- long, lat
(
numeric
) location of houses. Longitude and Latitude are given inCRS(+init=epsg:2834)
, the Ohio North State Plane. Units are meters.
Source
http://www.spatial-econometrics.com/html/jplv6.zip