I have a panel of firm level data, and am trying to estimate firm level total factor productivity by GMM using lagged and differenced variables (value added, total asset, and labor) as instruments.
Would the following command, followed by predicting the residual, be appropriate?
gmm (lnvar - {b1}*lntar - {b2}*lnlab - {b0}), instruments(L.lntar L.lnlab L.lnvar L2.lntar L2lnlab D.lntar D.lnlab)
And in this case of lagged and differenced variables as instruments, how is it different from using xtabond?
Related Posts with estimating tfp
Divide total of varlist through anotherHello everybody, this is my data example: died_c surv_c op_pan op_liv 1 0 0 0 0 1 0 0 0 1 …
Dropping first observations after threshold is reachedDear Statalist members, I am running panel data regression covering 32 years. My dependent variable…
Rounding errorsHi, I am getting rounding errors. All the variables are doubles. Any advice? This is the output of…
Reporting odds ratio for quantile regressionIn Stata 14 I can report odds ratios for OLS regression by adding Code: , eform(exp(Coef.)) But n…
Count the number of observations that have a change in value for a particular variable across the yearsHi all, I am still a novice at using Stata, and I would like to ask a question. I have a panel dat…
Subscribe to:
Post Comments (Atom)
0 Response to estimating tfp
Post a Comment