Stata Command: robustpf.ado
The STATA output displayed below shows an estimate of a net-output production function with robustness against errors in proxy variables based on Hu, Huang and Sasaki (2020). Errors in proxies pave the way for functional independence to overcome the problem of an identification failure by traditional production function estimators as pointed out by Ackerberg, Caves and Fraser (2015). The estimates are the coefficients of capital (k), skilled labor (ls), and unskilled labor (lu). These results can be automatically produced by the Stata command robustpf as follows.
Installation:
. ssc install robustpf
Usage:
. use "example_Chile.dta"
. xtset id year
. robustpf y, capital(k) free(ls lu) proxy(m)
Help:
. help robustpf
Reference: Hu, Y., G. Huang, and Y. Sasaki (2020) Estimating Production Functions with Robustness Against Errors in the Proxy Variables. Journal of Econometrics, 215 (2), pp. 375-398. Paper.
The table below compares estimates by Levinson and Petrin (LP), Wooldridge (W), Ackerberg, Caves, and Fraser (ACF), and Hu, Huang, and Sasaki (HHS) for Chilean firms in the food production industry between 1981 and 1983. Estimates of the labor coefficients are small for LP and W. They become larger when the ACF correction is applied. However, the ACF estimates imply increasing returns to scale. HHS estimates are similar to ACF in the labor coefficients, but exhibit constant returns to scale.