# Create an experiment from the wekaExperiment
experiment <- expCreate(wekaExperiment, name="test-exp", parameter="fold")
# We would like to reduce the fold parameter by its mean value. This way
expReduce(experiment, "fold", mean)
Run the code above in your browser using DataLab