.getAmean | R Documentation |
This function calculates the 'A' value (ie group mean) for each group of replicates (eg for MA-plot)
.getAmean(dat, grp)
dat |
(matrix or data.frame) main input |
grp |
(factor) grouping of replicates |
This function returns a numeric vector
makeMAList
.getAmean(matrix(11:18, ncol=4), gl(2,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.