nls_panel_devn: Nls_panel_devn Data

Description Usage Format Source References Examples

Description

obs: 50

(This file contains a subset of the variables in the file nls_panel10, expressed in terms of deviations from individual means.)

Usage

1
data("nls_panel_devn")

Format

A data frame with 50 observations on the following 6 variables.

lw_dev

ln(wage/GNP deflator) - average of [ln(wage/GNP deflator)] for the i-th individual

exp_dev

total work experience - average of [total work experience] for the i-th individual

exp2_dev

square of total work experience - average of [total work experience squared] for the i-th individual

ten_dev

job tenure, in years - average of [job tenure] for the i-th individual

ten2_dev

job tenure squared - average of [job tenure squared] for the i-th individual

union_dev

1 (if union memeber) or 0 (if not union member) - average of 1's and 0's for i-th individual

Source

http://principlesofeconometrics.com/poe4/poe4.htm

References

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.

Examples

1
2
data(nls_panel_devn)
## maybe str(nls_panel_devn) ; plot(nls_panel_devn) ...

ccolonescu/PoEdata documentation built on May 13, 2019, 2:17 p.m.