Description Usage Format Source References Examples
obs: 50 (This file contains the first 10 individuals from the larger file nls_panel.)
1 | data("nls_panel10")
|
A data frame with 50 observations on the following 18 variables.
ididentifier for panel individual; 716 total
yearyear interviewed (1982, 1983, 1985, 1987, 1988)
lwageln(wage/GNP deflator)
hoursusual hours worked
ageage in current year
educcurrent grade completed
collgrad= 1 if college graduate
msp= 1 if married, spouse present
nev_mar= 1 if never yet married
not_smsa= 1 if not SMSA
c_city= 1 if central city
south= 1 if south
black= 1 if black; 0 if white
union= 1 if union member
expertotal work experience
exper2exper^2
tenurejob tenure, in years
tenure2tenure^2
http://principlesofeconometrics.com/poe4/poe4.htm
Subset of NLSWORK.DTA, Stata Corp. 2005. Stata Statistical Software: Release 9. College Station, TX: Stata Corp LP. The authors wish to thank the Stata Corporation for allowing the use of the data.
1 2 | data(nls_panel10)
## maybe str(nls_panel10) ; plot(nls_panel10) ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.