Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion FQ_DataChecking.do
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ foreach var in attending_school_yn enrolled_training_yn ever_partner_yn currentl
heard_rhythm heard_withdrawal heard_other heard_injectables heard_diaphragm heard_gel heard_beads heard_LAM ///
current_user partner_know partner_know_nr implant_protect ///
fp_side_effects fp_side_effects_instructions fp_told_other_methods_cc ///
fp_told_future_switch implant_removed_attempt fp_ever_user emergency_12mo_yn ///
fp_told_future_switch implant_removed_attempt fp_ever_user emergency_12mo_yn condom_12mo_yn ///
visited_by_health_worker visited_fac_none visited_fac_some facility_fp_discussion ///
have_insurance_yn first_sex_avoid_preg_yn first_sex_method_want last_time_sex_used_fp_yn ///
flw_willing flw_number_yn sterlization_permanent_inform {
Expand Down Expand Up @@ -1171,6 +1171,7 @@ label var age_at_first_use_check "Is that what she said?"
label var age_at_first_use_children "How many living children did you have at that time, if any?"
label var age_at_first_use_children_warn "Is this what the respondent said?"
label var emergency_12mo_yn "Have you used emergency contraception at any time in the last 12 months?"
label var condom_12mo_yn "Have you used a condom at any time in the last 12 months?"
label var why_not_using "Can you tell me why you are not using a method to prevent pregnancy?"
label var why_not_using_check "Check here to acknowledge you considered all options."
label var why_not_decision "Would you say that not using contraception is mainly your decision"
Expand Down