Hello Statalisters,
I'm trying to tabulate some information, but I�m having problems doing
it, so I�d appreciate if you could see it and tell me what's what I�m
doing wrong.
What I did, was:
gen col = cond(pension == 1, ///
cond(jub == 1, 1, 2))
label define col 1 "pension, jub" ///
2 "pension, Sobrevivencia" ///
label value col col
Where the variables have this information: pension = (0,1, 2)
jub = (0,1)
Thank you very much!!
Leonor
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/