1
2
3
4
5
#

Name:

Description:

The Current Population Survey (CPS) is used to supplement census information between census years. These data consist of a random sample of persons from the CPS85, with information on wages and other characteristics of the workers, including sex, number of years of education, years of work experience, occupational status, region of residence and union membership.

Variables:

A data frame with 534 observations on the following variables.

  • wage wage (US dollars per hour)

  • educ number of years of education

  • race a factor with levels NW (nonwhite) or W (white)

  • sex a factor with levels F M

  • hispanic a factor with levels Hisp NH

  • south a factor with levels NS S

  • married a factor with levels Married Single

  • exper number of years of work experience (inferred from age and educ)

  • union a factor with levels Not Union

  • age age in years

  • sector a factor with levels clerical const manag manuf other prof sales service

Details

Data are from 1985. The data file is recoded from the original, which had entirely numerical codes.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Data are from http://lib.stat.cmu.edu/DASL.

References

Berndt, ER. The Practice of Econometrics 1991. Addison-Wesley.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Data_from_the_1985_Current_Population_Survey__CPS85__1274_17.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.