Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cps78_85

cps78_85


Description

Wooldridge Source: Professor Henry Farber, now at Princeton University, compiled these data from the 1978 and 1985 Current Population Surveys. Professor Farber kindly provided these data when we were colleagues at MIT. Data loads lazily.

Usage

data('cps78_85')

Format

A data.frame with 1084 observations on 15 variables:

  • educ: years of schooling

  • south: =1 if live in south

  • nonwhite: =1 if nonwhite

  • female: =1 if female

  • married: =1 if married

  • exper: age - educ - 6

  • expersq: exper^2

  • union: =1 if belong to union

  • lwage: log hourly wage

  • age: in years

  • year: 78 or 85

  • y85: =1 if year == 85

  • y85fem: y85*female

  • y85educ: y85*educ

  • y85union: y85*union

Notes

Obtaining more recent data from the CPS allows one to track, over a long period of time, the changes in the return to education, the gender gap, black-white wage differentials, and the union wage premium.

Used in Text: pages 451, 476

Source

Examples

str(cps78_85)

wooldridge

111 Data Sets from "Introductory Econometrics: A Modern Approach, 6e" by Jeffrey M. Wooldridge

v1.3.1
GPL-3
Authors
Justin M. Shea [aut, cre], Kennth H. Brown [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.