
Last chance! 50% off unlimited learning
Sale ends in
A panel of 595 individuals from 1976 to 1982, taken from the Panel Study of
Income Dynamics (PSID). The data are organized as a stacked time
series/balanced panel, see Examples on how to convert to a
pdata.frame
.
A data frame containing:
years of full-time work experience.
weeks worked.
blue collar?
works in a manufacturing industry?
resides in the south?
resides in a standard metropolitan statistical area?
married?
a factor with levels "male"
and "female"
individual's wage set by a union contract?
years of education.
is the individual black?
logarithm of wage.
total number of observations : 4165
observation : individuals
country : United States
BALT:01plm
BALT:13plm
CORN:RUPE:88plm
# NOT RUN {
# data set 'Wages' is organized as a stacked time series/balanced panel
data("Wages", package = "plm")
Wag <- pdata.frame(Wages, index=595)
# }
Run the code above in your browser using DataLab