Hello everyone:
I'm trying to estimate production functions for a panel data of manufacturing with 2 identifiers (province, sector) so that each sector will have observations of the different provinces. The first thing I do is to egen a new ID by group(province sector), but it leads to ignoring the unobservable common trend within each province, or sector apparently.
I was considering a fixed effect (LSDV) or a semi-parametric (e.g. Levinsohn and Petrin). The problem is:
(1)for the former fashion, how to correctly set factor variables;
(2)for the latter, how to correctly get betas of K and L for every province-sector section.
The attachment dataex.txt is a part of my data file.The models I thought were:
(1) reg lnYL_go lnKL i.prov_sec_id i.prov_sec_id#c.lnKL i.actual_year, vce(cluster prov_sec_id) (lnYL and lnKL not included, they are simply ln(Y\L), etc, assuming CRS.)
(2) prodest lnY_va, free(lnL) state(lnK) proxy(lnInt) met(lp) va acf id(prov_sec_id) t(actual_year)
I'm not trying to be a free rider, it's just that related references are rare. Any opinion or suggestion would be appreciated, and happy new year!
Related Posts with how to estimate individual betas of coefficients in a province-sector-year panel data (with 2 sectional identifiers)
Pairwise matching: first nearest neighbourHi, I'm new on Stata and I have some difficulties to realise a pairwise matching. Here is a simplifi…
ritest commandHi, I am a doctoral student in the economics domain. I am facing some issues with respect to ritest…
Help in unbalanced Panel dataI am using the data from 2003-2017. I have some missing values in my corporate governance and contro…
How to test if the mean of a sample is significantly different from zeroHi everyone, I have a sample of 166 bonds (i.e. n=166). I have broken these down into subsamples ba…
estimation sample variesGood day, I get following error message Code: bys id: gen treatment=0 if (expectation==2 & f.…
Subscribe to:
Post Comments (Atom)
0 Response to how to estimate individual betas of coefficients in a province-sector-year panel data (with 2 sectional identifiers)
Post a Comment