hprice1 | R Documentation |
Wooldridge Source: Collected from the real estate pages of the Boston Globe during 1990. These are homes that sold in the Boston, MA area. Data loads lazily.
data('hprice1')
A data.frame with 88 observations on 10 variables:
price: house price, $1000s
assess: assessed value, $1000s
bdrms: number of bdrms
lotsize: size of lot in square feet
sqrft: size of house in square feet
colonial: =1 if home is colonial style
lprice: log(price)
lassess: log(assess
llotsize: log(lotsize)
lsqrft: log(sqrft)
Typically, it is very easy to obtain data on selling prices and characteristics of homes, using publicly available data bases. It is interesting to match the information on houses with other information – such as local crime rates, quality of the local schools, pollution levels, and so on – and estimate the effects of such variables on housing prices.
Used in Text: pages 110, 153-154, 160-161, 165, 211-212, 221, 222, 234, 278, 280, 299, 307
https://www.cengage.com/cgi-wadsworth/course_products_wp.pl?fid=M20b&product_isbn_issn=9781111531041
str(hprice1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.