Learn R Programming

wooldridge (version 1.1.0)

cps91: cps91

Description

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

Usage

data(cps91)

Arguments

Format

A data.frame with 5634 rows and 24 variables:

  • husage. husband's age

  • husunion. =1 if hus. in union

  • husearns. hus. weekly earns

  • huseduc. husband's yrs schooling

  • husblck. =1 if hus. black

  • hushisp. =1 if hus. hispanic

  • hushrs. hus. weekly hours

  • kidge6. =1 if have child >= 6

  • earns. wife's weekly earnings

  • age. wife's age

  • black. =1 if wife black

  • educ. wife's yrs schooling

  • hispanic. =1 if wife hispanic

  • union. =1 if wife in union

  • faminc. annual family income

  • husexp. huseduc - husage - 6

  • exper. age - educ - 6

  • kidlt6. =1 if have child < 6

  • hours. wife's weekly hours

  • expersq. exper^2

  • nwifeinc. non-wife inc, $1000s

  • inlf. =1 if wife in labor force

  • hrwage. earns/hours

  • lwage. log(hrwage)

Examples

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

Run the code above in your browser using DataLab