Learn R Programming

Sleuth3 (version 1.0-3)

ex1029: Wage and Race

Description

Data set contains weekly wages in 1987 for a sample of 25,632 males between the age of 18 and 70 who worked full-time along with their years of education, years of experience, indicator variable for whether they were black, indicator variable for whether they worked in or near a city, and a code for the region in the US where they worked.

Usage

ex1029

Arguments

Format

A data frame with 25,437 observations on the following 6 variables.

Region

a factor with levels "Midwest", "Northeast", "South" and "West"

MetropolitanStatus

a factor with levels "MetopolitanArea" and "NotMetropolitanArea"

Exper

experience in years

Educ

education in years

Race

a factor with levels "Black" and "NotBlack"

WeeklyEarnings

weekly wage in dollars

References

Bierens, H.J. and Ginther, D.K. (2001). Integrated Conditional Moment Testing of Quantile Regression Models, Empirical Economics 26(1): 307--324; see

http://econ.la.psu.edu/~hbierens/QUANTILE.PDF

http://econ.la.psu.edu/~hbierens/MEDIAN.HTM

Examples

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

Run the code above in your browser using DataLab