Description Usage Format Details Source Examples
obs: 1432 [2 year on 716 individuals]
1 | data("nls_panel2")
|
A data frame with 1432 observations on the following 26 variables.
idgroup(id)
yearinterview year
lwageln(wage/GNP deflator)
hoursusual hours worked
ageage in current year
educcurrent grade completed
collgrad1 if college graduate
msp1 if married, spouse present
nev_mar1 if never yet married
not_smsa1 if not SMSA
c_city1 if central city
south1 if south
black1 if black
union1 if union
expertotal work experience
exper2exper^2
tenurejob tenure, in years
tenure2tenure^2
dlwage(lwage - lwage[_n-1])
dexper(exper - exper[_n-1])
dtenure(tenure - tenure[_n-1])
dsouth(south - south[_n-1])
dunion(union - union[_n-1])
dexper2(exper2 - exper2[_n-1])
dtenure2(tenure2 - tenure2[_n-1])
d881 if year 1988
This data is a subset of nls_panel containing only years 1987 and 1988
http://principlesofeconometrics.com/poe4/poe4.htm
1 2 | data(nls_panel2)
## maybe str(nls_panel2) ; plot(nls_panel2) ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.