I apologize if this is too simple a question, but I want the colum headers of my list to be the labels of the variables as follows:
I looked through the help file and couldn't find an option that would do this for me-- does anyone know whether such an option exists or whether there exists an acceptable substitute command that amounts to the same thing? My end goal is to export this to a word or excel document, and since i will repeat this many times, it would save me a lot of energy if there was a simple way to do it.
thanks in advance,
Julian
Code:
label var ldlvl "Liberal Democracy Level" label var fhlvl "Freedom House Level" label var plvl "Polity Level" label var twnkill "GTD Total" label var twnfatal "RDWTI" label var twntranskill "GTD Transntl" label var twndead "ITERATE" forvalues i=0/8 { list country_name ldlvl twnkill twnfatal twntranskill twndead if ldlvl==`i' }
thanks in advance,
Julian
Comment