The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Topics » Fertility » Informed Choice (Method Information Index)
Re: Informed Choice (Method Information Index) [message #24584 is a reply to message #24560] Fri, 03 June 2022 09:58 Go to previous messageGo to previous message
Janet-DHS is currently offline  Janet-DHS
Messages: 685
Registered: April 2022
Senior Member
Following is a response from DHS Research & Data Analysis Director, Tom Pullum:

The Stata code for the indicators in Table 5.12 is given on our GitHub site (https://github.com/DHSProgram/DHS-Indicators-Stata). The generic chapter for family planning is chapter 7. These lines are extracted from "FP_USE.do".


//Informed of side effects
gen fp_info_sideff = 0 if inlist(v312,1,2,3,6,11) & (v008-v317<60)
replace fp_info_sideff = 1 if (v3a02==1 | v3a03==1) & inlist(v312,1,2,3,6,11) & (v008-v317<60)
label var fp_info_sideff "Informed about side effects or problems among female sterilization, pill, IUD, injectables, and implant users"

//Informed of what to do
gen fp_info_what_to_do = 0 if inlist(v312,1,2,3,6,11) & (v008-v317<60)
replace fp_info_what_to_do = 1 if v3a04==1 & inlist(v312,1,2,3,6,11) & (v008-v317<60)
label var fp_info_what_to_do "Informed of what to do if experienced side effects among female sterilization, pill, IUD, injectables, and implant users"

//Informed of other methods to use
gen fp_info_other_meth = 0 if inlist(v312,1,2,3,6,11) & (v008-v317<60)
replace fp_info_other_meth = 1 if (v3a05==1 | v3a06==1) & inlist(v312,1,2,3,6,11) & (v008-v317<60)
label var fp_info_other_meth "Informed of other methods by health or FP worker among female sterilization, pill, IUD, injectables, and implant users"

//Informed of all three (method information index)
gen fp_info_all = 0 if inlist(v312,1,2,3,6,11) & (v008-v317<60)
replace fp_info_all = 1 if ((v3a02==1 | v3a03==1) & v3a04==1 & (v3a05==1 | v3a06==1)) & inlist(v312,1,2,3,6,11) & (v008-v317<60)
label var fp_info_all "Informed of all three (method information index) among female sterilization, pill, IUD, injectables, and implant users"
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Estimation of Age specific fertility rates for 3 years preceding survey
Next Topic: R code for TFR estimation -SAE perspective
Goto Forum:
  


Current Time: Thu Apr 18 05:43:44 Coordinated Universal Time 2024