Learn R Programming

wooldridge (version 1.0.1)

wage1: wage1

Description

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

Usage

data(wage1)

Arguments

Format

A data.frame with 526 rows and 24 variables:

  • wage. average hourly earnings

  • educ. years of education

  • exper. years potential experience

  • tenure. years with current employer

  • nonwhite. =1 if nonwhite

  • female. =1 if female

  • married. =1 if married

  • numdep. number of dependents

  • smsa. =1 if live in SMSA

  • northcen. =1 if live in north central U.S

  • south. =1 if live in southern region

  • west. =1 if live in western region

  • construc. =1 if work in construc. indus.

  • ndurman. =1 if in nondur. manuf. indus.

  • trcommpu. =1 if in trans, commun, pub ut

  • trade. =1 if in wholesale or retail

  • services. =1 if in services indus.

  • profserv. =1 if in prof. serv. indus.

  • profocc. =1 if in profess. occupation

  • clerocc. =1 if in clerical occupation

  • servocc. =1 if in service occupation

  • lwage. log(wage)

  • expersq. exper^2

  • tenursq. tenure^2

Examples

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

Run the code above in your browser using DataLab