Re: Female genital cutting [message #14817 is a reply to message #14144] |
Mon, 07 May 2018 11:00 |
Liz-DHS
Messages: 1516 Registered: February 2013
|
Senior Member |
|
|
A response from senior technical analyst, Dr. Lindsay Mallick,
Quote:
Dear Glory,
Thank you for your inquiry. The table describes the most severe type of FGC a woman has incurred. The don't know/missing column is calculated based on whether she responded yes to having ever been circumcised but did not say yes to any specific type. See the code below:
use NGIR6AFL.dta, clear
gen anycut = 0
replace anycut = 1 if g102 ==1 |g103 ==1 |g104 ==1 | g105 ==1
gen fleshrem = 0 if anycut ==1
replace fleshrem =1 if g103==1 & g104!=1 & g105!=1
gen nofleshrem = 0 if anycut ==1
replace nofleshrem =1 if g104==1 & g103!=1 & g105!=1
gen sewn = 0 if anycut ==1
replace sewn =1 if g105==1
gen dkmiss = 0 if anycut ==1
replace dkmiss = 1 if anycut ==1 & (g103!=1 & g104!=1 & g105!=1)
tab1 anycut fleshrem nofleshrem sewn dkmiss [iw=v005/1000000]
Thanks,
Lindsay
|
|
|