Learn R Programming

wooldridge (version 1.1.0)

rental: rental

Description

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

Usage

data(rental)

Arguments

Format

A data.frame with 128 rows and 23 variables:

  • city. city label, 1 to 64

  • year. 80 or 90

  • pop. city population

  • enroll. # college students enrolled

  • rent. average rent

  • rnthsg. renter occupied units

  • tothsg. occupied housing units

  • avginc. per capita income

  • lenroll. log(enroll)

  • lpop. log(pop)

  • lrent. log(rent)

  • ltothsg. log(tothsg)

  • lrnthsg. log(rnthsg)

  • lavginc. log(avginc)

  • clenroll. change in lrent from 80 to 90

  • clpop. change in lpop

  • clrent. change in lrent

  • cltothsg. change in ltothsg

  • clrnthsg. change in lrnthsg

  • clavginc. change in lavginc

  • pctstu. percent of population students

  • cpctstu. change in pctstu

  • y90. =1 if year == 90

Examples

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

Run the code above in your browser using DataLab