Learn R Programming

wooldridge (version 1.1.0)

hprice3: hprice3

Description

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

Usage

data(hprice3)

Arguments

Format

A data.frame with 321 rows and 19 variables:

  • year. 1978, 1981

  • age. age of house

  • agesq. age^2

  • nbh. neighborhood, 1-6

  • cbd. dist. to cent. bus. dstrct, ft.

  • inst. dist. to interstate, ft.

  • linst. log(inst)

  • price. selling price

  • rooms. # rooms in house

  • area. square footage of house

  • land. square footage lot

  • baths. # bathrooms

  • dist. dist. from house to incin., ft.

  • ldist. log(dist)

  • lprice. log(price)

  • y81. =1 if year = 1981

  • larea. log(area)

  • lland. log(land)

  • linstsq. linst^2

Examples

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

Run the code above in your browser using DataLab