Learn R Programming

wooldridge (version 1.1.0)

hprice1: hprice1

Description

Data loads lazily. Type data(hprice1) into the console.

Usage

data(hprice1)

Arguments

Format

A data.frame with 88 rows and 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)

Examples

Run this code
# NOT RUN {
 str(hprice1)
# }

Run the code above in your browser using DataLab