Hello,
I have a function with 4 inputs including capital(K), labor(L), energy(E), and material(M) in a nested CES form: Y=A⋅ {a[b(c⋅K^(-α)+(1-c)⋅E^(-α) )^(ρ⁄α)+(1-b)⋅L^(-ρ) ]^(β⁄ρ)+(1-a)⋅M^β }^((-1)⁄β). My dataset consists of Y, K, L, E, and M data for some manufacturing industry sub-sectors between 1975-2005. Based on this, what is the stata command for the substitution elasticity between K and E? When I use the command nlsur (Y = A * (a * (b*((cK)^(-alpha)+(1-c)((E)^(-alpha)))^(rho/alpha) + (1-b)(L)^(-rho))^(beta/rho) + (1-a)(M)^beta)^(-1/beta)), start(a = 0.5, b = 0.5, c = 0.5, alpha = 0.5, rho = 0.5, beta = 0.5, A = 1), it gives me an initial value error.
It would make me very happy if you could help.
Related Posts with nested CES function
Regress only on fixed effects (residualize) without using dummiesI want to regress on only fixed effects to obtain dipersion of within-variation. However, I am using…
Merging Data - Isolate non-uniquely identified observationsDear all, I am currently working on matching two databases, that entail observations on about 600'0…
Regress only on fixed effects without using dummiesI want to regress on only fixed effects to obtain dipersion of within-variation. However, I am using…
Pseudo R2 for mprobit - Loglik with intercept-only modelI run both mlogit and mprobit regressions. Stata reports pseudo R2 for mlogit but not for mprobit. …
How to test coefficient equality with high dimensional fixed effect and IV?I have a panel dataset. My statistical model includes an exogenous variable X_1, an endogenous varia…
Subscribe to:
Post Comments (Atom)
0 Response to nested CES function
Post a Comment