The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Topics » Domestic Violence » domestic violence
domestic violence [message #14387] Mon, 02 April 2018 01:40 Go to next message
yemsokha is currently offline  yemsokha
Messages: 9
Registered: April 2018
Location: Phnom Penh
Member
Dear sir or Madame,

I am student at NIPH, Cambodia. I have a questions on Table 20.8 Marital control exercised by husbands.
Would you mind telling me about how the number of ever married women were defined and variable coded?
I can not find the same number of women when I did.

Best Regards,

sokha
  • Attachment: CDHS 2014.png
    (Size: 268.38KB, Downloaded 675 times)
Re: domestic violence [message #14677 is a reply to message #14387] Fri, 27 April 2018 16:43 Go to previous messageGo to next message
Liz-DHS
Messages: 1516
Registered: February 2013
Senior Member
Dear User,
Can you share your code? Other users may be able to help if they see your code. Please also refer to The Guide to DHS Statistics https:// dhsprogram.com/publications/publication-dhsg1-dhs-questionna ires-and-manuals.cfm, The Standard Recode Manual https:// dhsprogram.com/publications/publication-DHSG4-DHS-Questionna ires-and-Manuals.cfm and The DHS Tabulation Plan https:// www.dhsprogram.com/publications/publication-DHSM6-DHS-Questi onnaires-and-Manuals.cfm
Thank you!
Re: domestic violence [message #14772 is a reply to message #14677] Fri, 04 May 2018 12:03 Go to previous messageGo to next message
yemsokha is currently offline  yemsokha
Messages: 9
Registered: April 2018
Location: Phnom Penh
Member
Dear sir or Madame,
This is the code I am using.
gen wt=d005/1000000
svyset [pw=d005], psu(v021) strata (v023)
svy: tab v013 d101a if v044==1, col obs
bests,

sokha
Re: domestic violence [message #14778 is a reply to message #14772] Fri, 04 May 2018 18:06 Go to previous messageGo to next message
Trevor-DHS is currently offline  Trevor-DHS
Messages: 787
Registered: January 2013
Senior Member
You are requesting column percentages (col) instead of row percentages (row), and your are asking for unweighted numbers of cases (obs) instead of weighted (count).
Also the svyset should use wt instead of d005 for the weight.
I also added in the selection of v502!=0 to exclude never married women, although that isn't strictly necessary as they drop out anyway.
Try the following:
gen wt=d005/1000000
svyset [pw=wt], psu(v021) strata (v023)
svy: tab v013 d101a if v044==1 & v502!=0, row count


Re: domestic violence [message #14783 is a reply to message #14778] Sat, 05 May 2018 10:14 Go to previous messageGo to next message
yemsokha is currently offline  yemsokha
Messages: 9
Registered: April 2018
Location: Phnom Penh
Member
Dear sir/Madame,

I am very thankful for your prompt response;however, I still have the number of women is not the same.
Would you mind giving me the do file for domestic violence module.

sincerely yours,

SOKHA YEM
Re: domestic violence [message #14826 is a reply to message #14783] Mon, 07 May 2018 18:41 Go to previous messageGo to next message
Trevor-DHS is currently offline  Trevor-DHS
Messages: 787
Registered: January 2013
Senior Member
Did you follow the code I provided? I realized that there is actually 1 case coded missing on d101a that is included in the denominator of all ever married women. If you use the following code:
gen wt=d005/1000000
svyset [pw=wt], psu(v021) strata (v023)
* Recode 1 case of missing to code 9
recode d101a (.=9) if v044==1 & v502!=0
svy: tab v013 d101a if v044==1 & v502!=0, row count

then the result show 3245 cases, exactly as in table 20.8, and the percentages in the first column of table 20.8 agree with the percentages in the yes column below, e.g. .2901 is 29.0 percent.
. svy: tab v013 d101a if v044==1 & v502!=0, row count
(running tabulate on estimation sample)

Number of strata   =        38                  Number of obs     =      3,499
Number of PSUs     =       611                  Population size   = 3,244.8879
                                                Design df         =        573

------------------------------------------------------------
age in    | husband/partner jealous if respondent talks with
5-year    |                    other men                    
groups    |       no       yes  don't kn         9     Total
----------+-------------------------------------------------
    15-19 |    76.77     31.38         0         0     108.2
          |    .7099     .2901         0         0         1
          | 
    20-24 |    324.9     135.4     .6549         0       461
          |    .7048     .2938     .0014         0         1
          | 
    25-29 |      461     116.1         0         0     577.1
          |    .7988     .2012         0         0         1
          | 
    30-34 |    551.6       173     1.057     .6452     726.3
          |    .7595     .2381     .0015   8.9e-04         1
          | 
    35-39 |    328.5     103.2     2.856         0     434.5
          |    .7559     .2376     .0066         0         1
          | 
    40-44 |    398.2     109.9     1.144         0     509.3
          |     .782     .2157     .0022         0         1
          | 
    45-49 |    352.2     76.09     .2266         0     428.5
          |    .8219     .1776   5.3e-04         0         1
          | 
    Total |     2493       745     5.939     .6452      3245
          |    .7684     .2296     .0018   2.0e-04         1
------------------------------------------------------------
  Key:  weighted count
        row proportion

  Pearson:
    Uncorrected   chi2(18)        =   35.2736
    Design-based  F(13.44, 7701.48)=    1.2424    P = 0.2390

Re: domestic violence [message #14855 is a reply to message #14826] Wed, 09 May 2018 10:03 Go to previous messageGo to next message
yemsokha is currently offline  yemsokha
Messages: 9
Registered: April 2018
Location: Phnom Penh
Member
Dear sir/Madame,

I am running this correctly.I am thankful for this;however, for the combining variable for violence, I cannot.
Would you mind giving me the whole do file(codebook) for DHS domestic violence.

Best Regards,

sokha
Re: domestic violence [message #14857 is a reply to message #14855] Wed, 09 May 2018 10:38 Go to previous messageGo to next message
Trevor-DHS is currently offline  Trevor-DHS
Messages: 787
Registered: January 2013
Senior Member
We do not have a do file for these indicators. If you post your code and your results we will review and provide feedback on where the problem is.
Re: domestic violence [message #14931 is a reply to message #14857] Wed, 16 May 2018 19:11 Go to previous messageGo to next message
yemsokha is currently offline  yemsokha
Messages: 9
Registered: April 2018
Location: Phnom Penh
Member
Dear sir or Madame,

I am doing now on topic"factors associated with women violence".
This will be the combination of 3 violence together(physical violence+ sexual violence +emotional violence).
Could you tell me how the physical violence variable, sexual violence variable , and emotional violence combined?

Best Regards,

sokha
Re: domestic violence [message #14932 is a reply to message #14931] Wed, 16 May 2018 19:17 Go to previous messageGo to next message
Liz-DHS
Messages: 1516
Registered: February 2013
Senior Member
Dear User, Please post your code. The DHS User Forum community may be able to assist if they can see your code. Thank you!
Re: domestic violence [message #14988 is a reply to message #14677] Thu, 24 May 2018 05:09 Go to previous messageGo to next message
Chibuogwu is currently offline  Chibuogwu
Messages: 12
Registered: January 2014
Location: South Africa
Member

Hi,
I am currently looking at intimate partner violence in Democratic Republic of the Congo, Uganda, Ethiopia, Mozambique.
Now my questions

Q.1 Variable d111 speaks to the kind of IPV am looking at (physical, emotional and sexual violence). Do I use it or are the other variables that could sum up to the same, and if there are, what are the stata commands to arrive at that?
Q2. Which module do I use, Couples' Recode, Births Recode, Household Recode, Individual Recode?
Please assist with the above questions.
Thank a lot and looking forward to reading from you
Best
Re: domestic violence [message #14995 is a reply to message #14988] Thu, 24 May 2018 09:16 Go to previous messageGo to next message
Liz-DHS
Messages: 1516
Registered: February 2013
Senior Member
Dear User,
There are several posts on the DHS User Forum regarding intimate partner violence. Please search the forum. You can start here:https:// userforum.dhsprogram.com/index.php?t=msg&th=5939&got o=12001&#msg_12001
Thank you!
Re: domestic violence [message #15154 is a reply to message #14932] Fri, 08 June 2018 20:20 Go to previous message
yemsokha is currently offline  yemsokha
Messages: 9
Registered: April 2018
Location: Phnom Penh
Member
Dear senior,

Please kindly find the attached file for my code.
I am combining 3 forms(physical+sexual+emotional violence) of violence together find the associated between rural and urban area comparison.
what I tab the association. It is not the same in number, would you mind give me the feedback please?

Best Regards,

sokha, a student at NIPH, Cambodia
  • Attachment: 50518.do
    (Size: 2.33KB, Downloaded 571 times)
Previous Topic: Female genital cutting
Next Topic: RWANDA 2014-2015 Domestic Violence Tables
Goto Forum:
  


Current Time: Thu Mar 28 04:55:00 Coordinated Universal Time 2024