Code:
recode educn (1=0)(2/4=1)(5=3)(6=5)(12=15)(10=12)(8=10)(7=8)(13=17)(11=13), gen(educ)
i.e., 10 is recoded as 9 instead of 12, 11 as 9 instead of 13, 12 as 13 instead of 15. Can someone help me figure out the reason.
Thanks,
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
recode educn (1=0)(2/4=1)(5=3)(6=5)(12=15)(10=12)(8=10)(7=8)(13=17)(11=13), gen(educ)
0 Response to Recode returns incorrect code
Post a Comment