mxc_bmi: MxC BMI Function

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/mxc_bmi.R

Description

This function will run the BMI analysis portions of the Mexico Analysis.

Usage

1
mxc_bmi(home, filename)

Arguments

home

Parent directory path.

filename

String name of file with the runs eg. "Baseline"

Details

This function will read in the folder with the runs, and read in each run. Then call mxc_bmiind which will find the numbers/percentages of people OWO for each age and gender grouping we are interested in. mxc_bmi()

Value

Will write multiple csv files into the Folders with the experiments.

Author(s)

Sindiso Nyathi

See Also

mxc_master, mxc_bmiind

Examples

1
2
mxc_bmi(home, "Baseline")
mxc_bmi(home, "Intervention 1")

SindisoNyathi/MxC documentation built on May 20, 2019, 9:13 p.m.