mxc_extrend: MxC Experiment Trend

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

View source: R/mxc_extrend.R

Description

This function will read in all the runs in an Experiment, average the bmi trend and save them to a file in the parent directory for this run.

Usage

1
mxc_extrend(home, filename)

Arguments

home

Parent directory path.

filename

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

Details

This function will read in a run, find the averages of the BMI trend values at each point and save them for each run. Then at the end it will agerage the values for each of the N runs and save the file in the parent directory.

Value

This function will save to the parent directorya file with the run averages for each Experiment.

Author(s)

Sindiso Nyathi

See Also

mxc_master, mxc_mulruns, mxc_plot

Examples

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

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