Learn R Programming

wooldridge (version 1.1.0)

hprice2: hprice2

Description

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

Usage

data(hprice2)

Arguments

Format

A data.frame with 506 rows and 12 variables:

  • price. median housing price, $

  • crime. crimes committed per capita

  • nox. nit ox concen; parts per 100m

  • rooms. avg number of rooms

  • dist. wght dist to 5 employ centers

  • radial. access. index to rad. hghwys

  • proptax. property tax per $1000

  • stratio. average student-teacher ratio

  • lowstat. perc of people 'lower status'

  • lprice. log(price)

  • lnox. log(nox)

  • lproptax. log(proptax)

Examples

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

Run the code above in your browser using DataLab