Sabien Dobbelaere and Jacques Mairesse, "Panel Data Estimates of the Production Function and Product and Labor Market Imperfections", Journal of Applied Econometrics, Vol. 28, No. 1, 2013, pp. 1-46. The data used in the paper are based on firm accounting information from EAE ("Enquète Annuelle d' Entreprise", "Service des Etudes et Statistiques Industrielles" (SESSI)). This is a confidential data source administered by the National Institute of Statistics and Economic Studies (FR). The file "Industry-level-estimates.do" contains the STATA codes to obtain the industry-level estimates (Section 4.2) in the paper. Below is an explanation of the variables used in the program. an = labor share is nominal output am = materials share in nominal output ratio1 = an/am sum = an + am -1 dq = ln(q)-ln(q[_n-1] if firmid==firmid[_n-1] & year==year[_n-1]+1 dn = ln(n)-ln(n[_n-1] if firmid==firmid[_n-1] & year==year[_n-1]+1 dm = ln(m)-ln(m[_n-1] if firmid==firmid[_n-1] & year==year[_n-1]+1 dk = ln(k)-ln(k[_n-1] if firmid==firmid[_n-1] & year==year[_n-1]+1 dqk = dq-dk dnk = dn-dk dmk = dm-dk gen dxm = an*dnk +am*dmk The file "Industry-level-estimates.do" is an ASCII file in DOS format. It is zipped in the file program-dm.zip. Sabien Dobbelaere s.dobbelaere [AT] vu.nl Jacques Mairesse mairesse [AT] ensae.fr