/*child nutrition status recoding for India*/ /*for underweight*/ recode hw71 (min/-201=1 uderweight) (-200/500=0 not_u_w) (else=.), gen(u_w_not_uwl) label(underweight_or_not_uw_childl) /*underweight not underweight */ /*wasting*/ recode hw72 (min/-201=1 wasted) (-200/500=0 not_wasted) (else=.), gen(wastingl) label(wasted_childrenl) /* wasted and not wasted children */ /*stunting*/ recode hw70 (min/-201=1 stunted) (-200/600=0 not_stunted) (else=.), gen(stuntingl) label(child_stuntingl) /*stunted and not stunted children*/