R Dataset / Package Ecdat / LaborSupply

On this R-data statistics page, you will find information about the LaborSupply data set which pertains to Wages and Hours Worked . The LaborSupply data set is found in the Ecdat R package. You can load the LaborSupply data set in R by issuing the following command at the console data("LaborSupply"). This will load the data into a variable called LaborSupply. If R says the LaborSupply data set is not found, you can try installing the package by issuing this command install.packages("Ecdat") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the LaborSupply R data set. The size of this file is about 135,992 bytes.

Wages and Hours Worked

Description

a panel of 532 observations from 1979 to 1988

number of observations : 5320

Usage

data(LaborSupply)

Format

A dataframe containing :

lnhr

log of annual hours worked

lnwg

log of hourly wage

kids

number of children

age

age

disab

bad health

id

id

year

year

Source

Ziliak, Jim (1997) “Efficient Estimation With Panel Data when Instruments are Predetermined: An Empirical Comparison of Moment-Condition Estimators”, Journal of Business and Economic Statistics, 419–431.

References

Cameron, A.C. and P.K. Trivedi (2005) Microeconometrics : methods and applications, Cambridge, pp. 708–15, 754–6.

Journal of Business Economics and Statistics web site : http://amstat.tandfonline.com/loi/ubes20.

See Also

Index.Source, Index.Economics, Index.Econometrics, Index.Observations,

Index.Time.Series

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-ecdat-laborsupply.html" width="100%" height="100%" style="border:0px"></iframe>