NLSW, 1988 extract
National Longitudinal Surveys, Women sample data
data(nlsw88)
A data frame with 2246 observations on the following 17 variables:
idcode
: a numeric vector, NLS idage
: a numeric vector, age at current yearrace
: a numeric vector, racemarried
: a numeric vectornever_married
: a numeric vectorgrade
: a numeric vector, current grade completedcollgrad
: a numeric vector, college graduatesouth
: a numeric vector, lives in southsmsa
: a numeric vector, lives in SMSAc_city
: a numeric vector, lives in central cityindustry
: a numeric vectoroccupation
: a numeric vectorunion
: a numeric vector, union workerwage
: a numeric vector, hourly wagehours
: a numeric vector, usual hours workedttl_exp
: a numeric vector, total work experiencetenure
: a numeric vector, job tenure(years)The NLSW88 data contains data of a group of women in their 30s and early 40s to study labor force patterns.
Stata website
Stata website: http://www.stata-press.com/data/r10/g.html
data(nlsw88) attach(nlsw88) plot(wage,tenure)
About the dataset
Column names and types (First 10)