India- NFHS-4 Discrepancy in getting data data on ever experienced physical violence [message #25150] |
Wed, 07 September 2022 05:02 |
ritesh.laddha
Messages: 3 Registered: September 2022
|
Member |
|
|
Hi, I am trying to generate table 16.1 of the NFHS-4 detailed report using Stata. But found that results are not synced with the report. I am using individual file and use followed command -
gen wt=d005/1000000
gen dv_phy = 0 if v044==1
replace dv_phy =1 if d106==1 | d107==1
replace dv_phy = 1 if d130a>=1 & d130a<=4
replace dv_phy = 1 if d115y==0
replace dv_phy = 1 if d118y==0
tab dv_phy [iweight=wt]
I am getting pv = 29.56% instead of 26.8% mentioned in the report.
Please help.
|
|
|