recode_fcs: Function to recode Food Consumption Score for the Myanmar...

Description Usage Arguments Value Examples

View source: R/08-recode_fcs.R

Description

Function to recode Food Consumption Score for the Myanmar MCCT Programme Evaluation Survey

Usage

1
2
3
4
5
6
recode_fcs(
  df,
  x = hhMembers,
  core.columns = c("KEY", "geo_state", "geo_rural", "geo_villward", "sample_component",
    "hh_mem_sex")
)

Arguments

df

A data.frame collected for the Myanmar MCCT Programme Evaluation Study containing food consumption score data

x

A data.frame collected for the Myanmar MCCT Programme Evaluation Study containing identifying information that will be linked to the food consumption score data

core.columns

A vector of variable names to include in resulting data.frame

Value

A vector of recoded food consumption score indicators

Examples

1

validmeasures/myanmarMCCTdata documentation built on March 29, 2020, 10:27 p.m.