powered by
This function calculates the 'A' value (ie group mean) for each group of replicates (eg for MA-plot)
.getAmean(dat, grp)
This function returns a numeric vector
(matrix or data.frame) main input
(factor) grouping of replicates
makeMAList
.getAmean(matrix(11:18, ncol=4), gl(2,2))
Run the code above in your browser using DataLab