## S3 method for class 'default':
avedups(x, ndups=2, spacing=1, weights=NULL)
## S3 method for class 'MAList':
avedups(x, ndups=x$printer$ndups, spacing=x$printer$spacing, weights=x$weights)
## S3 method for class 'EList':
avedups(x, ndups=x$printer$ndups, spacing=x$printer$spacing, weights=x$weights)MAList or EList object.x with 1/ndups as many rows.MAList object, the components M and A are both averaged in this way.
For an EList object, the component E is averaged in this way.
If x is of mode "character", then the duplicate values are assumed to be equal and the first is taken as the average.avereps.
02.Classes gives an overview of data classes used in LIMMA.