Skip to contents

This is an example IYCF dataset with 359 observations and 46 variables. The dataset is from CARE International Myanmar country programme. All personally identifiable information have been excluded.

Usage

iycfData

Format

A data frame with 46 columns and 359 rows.

VariablesWHO Question NumberDescription
csexSex of child; 1 = male; 0 = female.
calc_age_monthsAge of child in months (calculated).
child_bfQ1Has child ever been breastfed?; 1 = Yes; 0 = No.
child_eibfQ2When was child first put to the breast: 0 = immediately; 1 = hours; 2 = days; 999 = Don't know/no response.
child_eibf_hrsQ2If child_eibf is 1, number of hours child first put to the breast; integer value.
child_eibf_daysQ2If child_eibf is 2, number of days child first put to the breast; integer value.
bf_2daysQ3Has child been given anything other than breast milk within the child's first 2 days of age? 1 = Yes; 0 = No.
child_bfyestQ4Has child been breastfed yesterday during the day or at night? 1 = Yes; 0 = No.
bf_bottleQ5Has child drank anything from a bottle with a nipple yesterday? 1 = Yes; 0 = No.
child_waterQ6AHas child drank plain water yesterday? 1 = Yes; 0 = No.
child_bmsQ6BHas child drank infant formula yesterday? 1 = Yes; 0 = No.
child_bms_freqQ6BnumHow many times has child drank infant formula? Integer value.
child_milkQ6CHas child drank milk from animals yesterday? 1 = Yes; 0 = No.
child_milk_freqQ6CnumHow many times has child drank milk from animals? Integer value.
child_milk_sweetQ6CswtFor children who drank milk from animals, was milk sweetened or flavoured? 1 = Yes; = No.
child_mproductQ6DHas child drank yogurt drinks yesterday? 1 = Yes; 0 = No.
child_mproduct_freqQ6DnumHow many times has child rank yogurt drinks? Integer value.
child_mproduct_sweetQ6DswtYogurt drinks - sweet or flavored type yogurt
child_chocolateQ6EChocolate-flavored drinks
child_juiceQ6FFruit juice or fruit-flavored drinks
child_sodaQ6GSodas, malt drinks, sports drinks or energy drinks
child_teaQ6HTea, coffee, or herbal drinks
child_tea_sweetQ6HswtTea, coffee, or herbal drinks - sweetened
child_brothQ6IClear broth or clear soup
child_oth_drinkQ6JAny other liquids
child_oth_drink_sweetQ6JswtOther liquids - sweetened
child_yogurtQ7AYogurt, other than yogurt drinks
child_yogurt_frqQ7AnumYogurt, other than yogurt drinks - frequency
child_riceQ7BPorridge, bread, rice, noodles, pasta
child_pumpkinQ7CPumpkin, carrots, sweet potatoes (yellow or orange inside)
child_potatoesQ7DPlantains, white potatoes, white yams, manioc, cassava
child_leafyvegQ7EDark green leafy vegetables
child_oth_vegQ7FAny other vegetables
child_mangoQ7GRipe mangoes, ripe papayas
child_fruitQ7HAny other fruits
child_organQ7ILiver, kidney, heart
child_processmeatQ7JSausages, hot dogs, ham, bacon, salami, canned meat
child_beefQ7KAny other meat, such as beef, pork, lamb, goat, chicken, duck
child_eggsQ7LEggs
child_fishQ7MFresh fish, dried fish or shellfish
child_beansQ7NBeans, peas, lentils, nuts , seeds
child_cheeseQ7OHard or soft cheese
child_sweetsQ7PSweet foods such as chocolates, candies, cakes and biscuits
child_snackQ7QChips, crisps, puffs, French fries, instant noodles
child_oth_foodQ7RAny other solid, semi-solid or soft food
child_food_freqQ8number of any solid, semi-solid or soft foods yesterday

Source

CARE Myanmar

Examples

iycfData
#> # A tibble: 359 × 46
#>     csex calc_age_months child_bf child_eibf child_eibf_hrs child_eibf_days
#>    <int>           <int>    <int>      <int>          <int>           <int>
#>  1     1               5        1          0             NA              NA
#>  2     1               4        1          0             NA              NA
#>  3     1               2        1          0             NA              NA
#>  4     1               0        1          0             NA              NA
#>  5     1               2        1          0             NA              NA
#>  6     1               2        1          0             NA              NA
#>  7     1               2        0         NA             NA              NA
#>  8     1               1        1          0             NA              NA
#>  9     1               5        1          1              2              NA
#> 10     1               5        1          0             NA              NA
#> # ℹ 349 more rows
#> # ℹ 40 more variables: bf_2days <int>, child_bfyest <int>, bf_bottle <int>,
#> #   child_water <int>, child_bms <int>, child_bms_freq <int>, child_milk <int>,
#> #   child_milk_freq <int>, child_milk_sweet <int>, child_mproduct <int>,
#> #   child_mproduct_freq <lgl>, child_mproduct_sweet <lgl>,
#> #   child_chocolate <int>, child_juice <int>, child_soda <int>,
#> #   child_tea <int>, child_tea_sweet <int>, child_broth <int>, …