Description Usage Arguments Value Examples
View source: R/08-recode_fcs.R
Function to recode Food Consumption Score for the Myanmar MCCT Programme Evaluation Survey
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")
)
|
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 |
A vector of recoded food consumption score indicators
1 | recode_fcs(df = hh)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.