Description Format Details Source References Examples
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
Online complements to Baltagi (2001):
https://www.wiley.com/legacy/wileychi/baltagi/
Online complements to Baltagi (2013):
https://bcs.wiley.com/he-bcs/Books?action=resource&bcsId=4338&itemId=1118672321&resourceId=13452
BALT:01plm
\insertRefBALT:13plm
\insertRefCORN:RUPE:88plm
1 2 3 | # data set 'Wages' is organized as a stacked time series/balanced panel
data("Wages", package = "plm")
Wag <- pdata.frame(Wages, index=595)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.