Back to Browse

ODK Multiple Response Key Data Management

217 views
Jan 16, 2023
7:01

Visit my webpage: - http://beza.t.sileshi.unaux.com/ How to address the multiple response issue in the ODK data and import Excel into STATA The commands used in the video (do file) ************************************* br ******************************* split hhqgq13 mrtab hhqgq131 - hhqgq138 , sort title (this HH has the following items) descending generate(Q13) recode Q131 (1=1 "Yes") (0=0 "No") , gen(Q13_1) lab var Q13_1 "None" recode Q132 (1=1 "Yes") (0=0 "No") , gen(Q13_2) lab var Q13_2 "Livestock (ox, goat, sheep)" recode Q133 (1=1 "Yes") (0=0 "No") , gen(Q13_3) lab var Q13_3 "Car?" recode Q134 (1=1 "Yes") (0=0 "No") , gen(Q13_4) lab var Q13_4 "Motorcycle?" recode Q135 (1=1 "Yes") (0=0 "No") , gen(Q13_5) lab var Q13_5 "Washing machine?" recode Q136 (1=1 "Yes") (0=0 "No") , gen(Q13_6) lab var Q13_6 "Chicken" recode Q137 (1=1 "Yes") (0=0 "No") , gen(Q13_7) lab var Q13_7 "Horse/donkey" recode Q138 (1=1 "Yes") (0=0 "No") , gen(Q13_8) lab var Q13_8 "Electricity?" recode Q139 (1=1 "Yes") (0=0 "No") , gen(Q13_9) lab var Q13_9 "Flush toilet?" recode Q1310 (1=1 "Yes") (0=0 "No") , gen(Q13_10) lab var Q13_10 "Fixed telephone?" recode Q1311 (1=1 "Yes") (0=0 "No") , gen(Q13_11) lab var Q13_11 "Cell telephone?" recode Q1312 (1=1 "Yes") (0=0 "No") , gen(Q13_12) lab var Q13_12 "Television?" recode Q1313 (1=1 "Yes") (0=0 "No") , gen(Q13_13) lab var Q13_13 "Radio?" *********Dropping those new variables without a label********************* drop hhqgq13 hhqgnote13 hhqgq131 hhqgq132 hhqgq133 hhqgq134 hhqgq135 hhqgq136 hhqgq137 hhqgq138 hhqgq139 hhqgq1310 hhqgq1311 Q131 Q132 Q133 Q134 Q135 Q136 Q137 Q138 Q139 Q1310 Q1311 Q1312 Q1313 Q1314

Download

1 formats

Video Formats

360pmp49.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

ODK Multiple Response Key Data Management | NatokHD