nlsw88: NLSW, 1988 extract

Description Usage Format Details Source References Examples

Description

National Longitudinal Surveys, Women sample

Usage

1

Format

A data frame with 2246 observations on the following 17 variables:

idcode

a numeric vector, NLS id

age

a numeric vector, age at current year

race

a numeric vector, race

married

a numeric vector

never_married

a numeric vector

grade

a numeric vector, current grade completed

collgrad

a numeric vector, college graduate

south

a numeric vector, lives in south

smsa

a numeric vector, lives in SMSA

c_city

a numeric vector, lives in central city

industry

a numeric vector

occupation

a numeric vector

union

a numeric vector, union worker

wage

a numeric vector, hourly wage

hours

a numeric vector, usual hours worked

ttl_exp

a numeric vector, total work experience

tenure

a 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

1
2
3
data(nlsw88)
attach(nlsw88) 
plot(wage,tenure)

Example output

Loading required package: quantreg
Loading required package: SparseM

Attaching package: 'SparseM'

The following object is masked from 'package:base':

    backsolve

Counterfactual documentation built on Jan. 31, 2020, 5:07 p.m.