## create arithmetic mean curve of four
## serial dilutions
ml <- modlist(reps, c(2, 6, 10, 14))
curvemean(ml)
## effect of normalizing data to [0, 1]:
## more averaged datapoints
ml <- modlist(reps, c(2, 6, 10, 14), norm = TRUE)
curvemean(ml)
## difference with geometric mean
curvemean(ml, mean = "gmean")
Run the code above in your browser using DataLab