Learn R Programming

wooldridge (version 1.1.0)

wage2: wage2

Description

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

Usage

data(wage2)

Arguments

Format

A data.frame with 935 rows and 17 variables:

  • wage. monthly earnings

  • hours. average weekly hours

  • IQ. IQ score

  • KWW. knowledge of world work score

  • educ. years of education

  • exper. years of work experience

  • tenure. years with current employer

  • age. age in years

  • married. =1 if married

  • black. =1 if black

  • south. =1 if live in south

  • urban. =1 if live in SMSA

  • sibs. number of siblings

  • brthord. birth order

  • meduc. mother's education

  • feduc. father's education

  • lwage. natural log of wage

Examples

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

Run the code above in your browser using DataLab