Home » Countries » Kenya » KDHS 2022 Gender Based Violence Indicators
KDHS 2022 Gender Based Violence Indicators [message #28052] |
Mon, 06 November 2023 10:32 |
sokiya
Messages: 78 Registered: May 2017 Location: Nairobi
|
Senior Member |
|
|
I am trying to generate the GBV indicators (most importantly Table 17.9.1, Table 17.9.2, Table 17.11.1, Table 17.11.2 and Table 17.12.1) using the attached do files from DHS GitHub repository and datasets for KDHS 2022. There are couples of areas I will appreciate guidance:
1. It seems to me the indicator Prevalence of intimate partner violence (Experience of any of the specified acts of physical, sexual, psychological/emotional, or economic violence committed by ones current or most recent husband/wife/intimate partner) may not have been captured in any of the do files. I would have expected this to be in the DV_PRTNR.do but this seems not to be the case.
2. Similarly, I have used the do files and am able to reproduce most of the report estimates for women using KDHS 2022 IR dataset. However, I am facing challenges when trying to replicate the same for men. For instance, variable d105 seems not to exist in the MR dataset. Isn't the do file applicable to the MR file or variables are named differently?
Thanks in advance!
-
Attachment: DV_viol.do
(Size: 21.41KB, Downloaded 138 times)
-
Attachment: DV_prtnr.do
(Size: 34.86KB, Downloaded 146 times)
-
Attachment: DV_cntrl.do
(Size: 4.32KB, Downloaded 116 times)
[Updated on: Mon, 06 November 2023 10:36] Report message to a moderator
|
|
|
Re: KDHS 2022 Gender Based Violence Indicators [message #28093 is a reply to message #28052] |
Fri, 10 November 2023 14:12 |
Bridgette-DHS
Messages: 3199 Registered: February 2013
|
Senior Member |
|
|
Following is a response from Senior DHS staff member, Jeff Edmeades
Question 1:
I am trying to generate the GBV indicators (most importantly Table 17.9.1, Table 17.9.2, Table 17.11.1, Table 17.11.2 and Table 17.12.1) using the attached do files from DHS GitHub repository and datasets for KDHS 2022. There are couples of areas I will appreciate guidance:
It seems to me the indicator Prevalence of intimate partner violence (Experience of any of the specified acts of physical, sexual, psychological/emotional, or economic violence committed by ones current or most recent husband/wife/intimate partner) may not have been captured in any of the do files. I would have expected this to be in the DV_PRTNR.do but this seems not to be the case.
Response: The questions on economic violence are specific to the KDHS and are not asked in the standard set of questions typically administered by the DHS. As a result, the do-file on github only includes the code for the combination of physical, sexual and emotional violence. In order to construct the combined measure that includes economic violence, as in Table 17.9.1, the code for the other forms of violence should be replicated for economic violence. I am attaching a do-file that creates the basic variables needed that you can adapt as you need. The variables in question for economic violence are d103d ('restricted, exploited, or sabotage ability to acquire/access economic resources') and sdv16d ('any previous husband/partner restrict, exploit, or sabotage ability to acquire/access economic resources'). Please note that any survey-specific variables have the 's' prefix.
Another important thing to note is related to a change that was made to the questionnaire between DHS7 and DHS8 that is not yet reflected in the GitHub code. In DHS7, the domestic violence questions were asked only for those who had ever been married (v501>0). In DHS8, this was expanded to include those who had never been married but who did have an intimate partner at some point (i.e. someone with whom they were sexually active but never married nor lived with as if married). This is captured by the d100 variable. In order to include these individuals and replicate table 17.9.1 in particular, the code for the construction of the variables needs to be adapted from (using physical violence as an example):
• OLD: gen dv_prtnr_phy = 0 if v044==1 & v502>0
• NEW: gen dv_prtnr_phy = 0 if v044==1 & (v502>0 | inlist(d100,1,2))
I have modified the code in the attached do-file to match this for most of the variables and any additional code can be adapted from these examples. When applying the corrections for survey design (in the do-file these are shown using the svy command in the do-file), I was able to replicate Table 17.9.1.
Question 2:
2. Similarly, I have used the do files and am able to reproduce most of the report estimates for women using KDHS 2022 IR dataset. However, I am facing challenges when trying to replicate the same for men. For instance, variable d105 seems not to exist in the MR dataset. Isn't the do file applicable to the MR file or variables are named differently?
Response: The variables in the MR file are named differently to help distinguish between women and men's responses should the files be merged. All the variables in the MR file have an 'm' prefix (e.g. mv005 for men, v005 for women), though for the most part correspond directly to the variables in the IR dataset (i.e. they have the same name and label, with the exception of the leading 'm' in the variable name. The DHS Guide to Statistics https://dhsprogram.com/pubs/pdf/DHSG1/Guide_to_DHS_Statistic s_DHS-7_v2.pdf
provides more information (note that this is for DHS7 as the updated version for DHS8 hasn't been released yet). Because the men's domestic violence module is rarely used, the variables are coded in the way that survey-specific variables are, with the 's' prefix. So the equivalent of the d105 variable in the IR dataset is sdm105a-k and the weight that should be used to weight the analyses of the data from the men's domestic violence module is sdm005.
[Updated on: Fri, 10 November 2023 14:12] Report message to a moderator
|
|
|
|
|
|
|
|
Re: KDHS 2022 Gender Based Violence Indicators [message #28264 is a reply to message #28204] |
Wed, 06 December 2023 10:40 |
Bridgette-DHS
Messages: 3199 Registered: February 2013
|
Senior Member |
|
|
Following is a response from Senior DHS staff member, Tom Pullum:
After considerable effort, we have determined that for the Kenya 2022 survey there was an error in the construction of psychological and economic violence that affected table 17.11.1 for women and table 17.11.2 for women. We found that d103d (in the IR file) and sdm103d(in the MR file) were treated inconsistently in terms of how they contribute to psychological and economic violence. In the correct coding, 103a, b, c are the only components of psychological violence and 103d is the only component of economic violence (I am omitting prefixes d or sdm). For women, in table 17.11.1, the value for psychological violence is too high, but the value for economic violence is ok. For men, in table 17.11.2, the value for psychological violence is ok, but the value for economic violence is too high.
DHS will re-calculate the tables and issue an erratum.
[Updated on: Wed, 06 December 2023 10:42] Report message to a moderator
|
|
|
|
|
Goto Forum:
Current Time: Fri Nov 22 02:05:45 Coordinated Universal Time 2024
|