dot-getAmean: Get A value for each group of replicates

.getAmeanR 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

makeMAList

Examples

.getAmean(matrix(11:18, ncol=4), gl(2,2))

wrMisc documentation built on Nov. 17, 2023, 5:09 p.m.