| Wage | R Documentation |
Mid-Atlantic Wage Data
Description
Wage and other data for a group of 3000 male workers in the Mid-Atlantic region.
Usage
Wage
Format
A data frame with 3000 observations on the following 11 variables.
yearYear that wage information was recorded
ageAge of worker
maritlA factor with levels
1. Never Married2. Married3. Widowed4. Divorcedand5. Separatedindicating marital statusraceA factor with levels
1. White2. Black3. Asianand4. Otherindicating raceeducationA factor with levels
1. < HS Grad2. HS Grad3. Some College4. College Gradand5. Advanced Degreeindicating education levelregionRegion of the country (mid-atlantic only)
jobclassA factor with levels
1. Industrialand2. Informationindicating type of jobhealthA factor with levels
1. <=Goodand2. >=Very Goodindicating health level of workerhealth_insA factor with levels
1. Yesand2. Noindicating whether worker has health insurancelogwageLog of workers wage
wageWorkers raw wage
Source
Data was manually assembled by Steve Miller, of Inquidia Consulting (formerly Open BI). From the March 2011 Supplement to Current Population Survey data.
https://www.re3data.org/repository/r3d100011860
References
James, G., Witten, D., Hastie, T., and Tibshirani, R. (2013) An Introduction to Statistical Learning with applications in R, https://www.statlearning.com, Springer-Verlag, New York
Examples
summary(Wage)
lm(wage~year+age,data=Wage)
## maybe str(Wage) ; plot(Wage) ...