Re: Peru 2012, V301 = V302? [message #10667 is a reply to message #10634] |
Mon, 29 August 2016 10:19 |
Bridgette-DHS
Messages: 3215 Registered: February 2013
|
Senior Member |
|
|
Following is a response from DHS Senior Research Associate, Shireen Assaf:
It appears that there is no knowledge variable in the date file. Although the v304 variables are labeled knowledge of a method, they appear to be ever use.
To match the numbers in Figure 4.1 on page 111 for ever use, you can tabulate the v304 variables which gives you the ever use by each method.
For instance for the pill it is v304_01 and you must select for currently married women (i.e. v502==1) and use weights. In Stata the tabulation would be:
tab v304_01 if v502==1 [iw=v005/1000000]
This gives 48.1% as in the figure for ever use of pills.
The figures also match for IUD v304_02, injection v304_03, etc.. See the recode manual on page 47 for the remaining method types http://www.dhsprogram.com/pubs/pdf/DHSG4/Recode6_DHS_22March 2013_DHSG4.pdf
Again while in the recode manual v304 should be knowledge it appears that it actually ever use. We will look into why knowledge is not in the files.
|
|
|