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
How to generate a new variable based on conditions for values of two other variablesHello! I have the following dataset and I'm trying to create a new var X which should have the same …
How do I fill in missing values using the highest/last observation-year?Hello everyone, I would like to replace the missing values (leftceo) by the last given observation-…
cummulative changeArray Dear listers, I would like to apologize if my question is too naive. I am using Stata 15. I w…
Condition command stataI want to create a new variable (ageT) with the -cond- programming function. Is there any way I effi…
How to remove the invisible space in the tail of a string in Stata?Hello, I have a small dataset below, clear input str80 No str90 Project "F-000508" "Hermann Park " "…
Subscribe to:
Post Comments (Atom)
0 Response to nested CES function
Post a Comment