| nlsw88 {Counterfactual} | R Documentation |
NLSW, 1988 extract
Description
National Longitudinal Surveys, Women sample
Usage
data(nlsw88)
Format
A data frame with 2246 observations on the following 17 variables:
idcodea numeric vector, NLS id
agea numeric vector, age at current year
racea numeric vector, race
marrieda numeric vector
never_marrieda numeric vector
gradea numeric vector, current grade completed
collgrada numeric vector, college graduate
southa numeric vector, lives in south
smsaa numeric vector, lives in SMSA
c_citya numeric vector, lives in central city
industrya numeric vector
occupationa numeric vector
uniona numeric vector, union worker
wagea numeric vector, hourly wage
hoursa numeric vector, usual hours worked
ttl_expa numeric vector, total work experience
tenurea numeric vector, job tenure(years)
Details
The NLSW88 data contains data of a group of women in their 30s and early 40s to study labor force patterns.
Source
Stata website
References
Stata website: http://www.stata-press.com/data/r10/g.html
Examples
data(nlsw88)
attach(nlsw88)
plot(wage,tenure)