The complete article and more detailed results here.
To run the model in GAMS program, put the .gms
file in the same directory address. The run generates a "results.gdx" file to compare with author's results.
model.txt
: PARCIAL description of the model;hosoe_recursive_model.gms
: reference model used to recursivity;samPrinc.gdx
: Social Accounting Matrix with Ceará's data to apply in the model;author_result.gdx
: results file used in article.
To run the Kuznets Curve source file to R, you need to download the microdata files of the National Household Sample Survey, in Annual frequence. Then, modify to our directory address and the names of the files as in code, to correct importation of the data.
educational_kuznets.R
source file to run in R.