| .getAmean {wrMisc} | R Documentation | 
Get A value for each group of replicates
Description
This function calculates the 'A' value (ie group mean) for each group of replicates (eg for MA-plot)
Usage
.getAmean(dat, grp)
Arguments
| dat | (matrix or data.frame) main input | 
| grp | (factor) grouping of replicates | 
Value
This function returns a numeric vector
See Also
Examples
.getAmean(matrix(11:18, ncol=4), gl(2,2))
[Package wrMisc version 1.15.1 Index]