averageQuantile.list {aroma.light} | R Documentation |
Gets the average empirical distribution for a set of samples of different sizes.
## S3 method for class 'list': averageQuantile(X, ...)
X |
a list with numeric vector s. The vector s may be of
different lengths. |
... |
Not used. |
Returns a numeric
vector
of length equal to the longest vector
in argument X
.
Missing values are excluded.
Parts adopted from Gordon Smyth (http://www.statsci.org/) in 2002 & 2006. Original code by Ben Bolstad at Statistics Department, University of California.
*normalizeQuantile()
.
quantile
.