I have cross-section data on 1,000 households. I need to estimate a semiparametric smooth-coefficient (SPSC) Cobb-Douglas production function using this data. The dependent variable is gross returns, which is a function of land and labor inputs. In addition, I have 3 risk-related variables that enter the production function in some unspecified nonlinear way. The related paper that I am following is here.
I am new to the SPSC model and am trying to follow the VC_PACK: Stata module for the estimation of smooth varying coefficient models by FernandoRios . However, using the vc_reg command, I can only specify one varying coefficient, not all 3 of my risk-related variables.
How can I estimate an SPSC Cobb-Douglas production function with 3 risk-related variables entering the function in a nonlinear way? Is there a way to extend the vc_reg command to handle multiple varying coefficients? Or is there another Stata module or approach I should consider for this type of semiparametric estimation problem?
Any guidance on the Stata commands would be greatly appreciated. Thank you!
I am new to the SPSC model and am trying to follow the VC_PACK: Stata module for the estimation of smooth varying coefficient models by FernandoRios . However, using the vc_reg command, I can only specify one varying coefficient, not all 3 of my risk-related variables.
How can I estimate an SPSC Cobb-Douglas production function with 3 risk-related variables entering the function in a nonlinear way? Is there a way to extend the vc_reg command to handle multiple varying coefficients? Or is there another Stata module or approach I should consider for this type of semiparametric estimation problem?
Any guidance on the Stata commands would be greatly appreciated. Thank you!
Comment