Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

hprice1

hprice1


Description

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.

Usage

data('hprice1')

Format

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)

Notes

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

Source

Examples

str(hprice1)

wooldridge

111 Data Sets from "Introductory Econometrics: A Modern Approach, 6e" by Jeffrey M. Wooldridge

v1.3.1
GPL-3
Authors
Justin M. Shea [aut, cre], Kennth H. Brown [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.