Indicators of Physical and Emotional Violence [message #1466] |
Fri, 28 February 2014 13:38 |
nashallan
Messages: 7 Registered: February 2014 Location: Netherlands
|
Member |
|
|
I am looking to create indicators of sexual, physical and emotional violence using the Uganda IR dataset. I have managed to generate the sexual violence variable by using the following commands:
gen anysexviol=.
replace anysexviol=0 if d108==0 | d124==0 | d125==0
replace anysv=1 if d108==1 | d124==1 | d125==1
gen anysexviol=1 if d108==1 | d124==1 | d125==1
I have also generated the emotional violence variable using the following command
gen emotional=.
replace emotional=0 if d104==0
replace emotional =1 if d104==1
However, for the physical violence, I am not sure which components I should include, especially if I am interested in not just spousal violence, but physical violence from anyone.
May you kindly advise
Nashallan
|
|
|