averageQuantile.list {aroma.light}R Documentation

Gets the average empirical distribution

Description

Gets the average empirical distribution for a set of samples of different sizes.

Usage

## S3 method for class 'list':
averageQuantile(X, ...)

Arguments

X a list with numeric vectors. The vectors may be of different lengths.
... Not used.

Value

Returns a numeric vector of length equal to the longest vector in argument X.

Missing values

Missing values are excluded.

Author(s)

Parts adopted from Gordon Smyth (http://www.statsci.org/) in 2002 & 2006. Original code by Ben Bolstad at Statistics Department, University of California.

See Also

*normalizeQuantile(). quantile.


[Package aroma.light version 1.6.0 Index]