powered by
This function computes steady state income, capital and human capital per worker given relevant parameters according to the MRW model.
MRW_steady_state(n = 0.01, g = 0.01, alpha = 0.33, beta = 0.33, sk = 0.01, sh = 0.01, delta = 0.01, gamma = 0)
is population growth rate. Defaults to .01.
is the technological growth rate. Defaults to .01.
is capital-output elasticity. Defaults to .33 as estimated by Mankiw, Romer and Weil.
is the human capital-output elasciticy. Defatults to .33 as estimated by Mankiw, Romer and Weil.
is the savings rate devoted to physical capital. Defaults to .01.
is the savings rate devoted to human capital. Defaults to 0.1.
is the physical capital stock's depreciation rate. Defaults to .01.
is the human capital stock's depreciation rate. Defaults to 0.
List with steady state capital, human capital and income per capita
# NOT RUN { MRW_steady_state(gamma = .005) # }
Run the code above in your browser using DataLab